#4B423F

Color #4B423F Crater Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crater Brown #4B423F

Tints of Crater Brown #4B423F

Color information

#4B423F (or 0x4B423F) is unknown color: approx Crater Brown. HEX triplet: 4B, 42 and 3F. RGB value is (75,66,63). Sum of RGB (Red+Green+Blue) = 75+66+63=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 75 - color contains mainly: red. Hex color #4B423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B423F is #B4BDC0. Grayscale: #444444. Windows color (decimal): -11845057 or 4145739. OLE color: 4145739.

HSL color Cylindrical-coordinate representation of color #4B423F: hue angle of 15º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B423F is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB756663-
CMYK00.120.160.71
HSL15º8.7%27.06%-
HSV(B)15º16%29.41%-
XYZ5.755.755.51-
YUV68.35124.98132.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 36.76%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 63 (25% from 255) = 30.88%
R=36.76%
G=32.35%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75666300.120.160.71158.727.06
Hex4B423F0C1047f91b
Octal1131027701420107171133
Binary10010111000010111111011001000010001111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B423F; }

 p { color: rgb(75,66,63); }

 H1.HeaderClassName
 {
   color: #4B423F;
 }
 .AnyTagClassName
 {
   color: #4B423F;
 }
</style>
background-color css

<style>
 a { background-color: #4B423F; }

 a { background-color: rgb(75,66,63); }

 div.DivClassName
 {
   background-color: #4B423F;
 }
 .BgClassName
 {
   background-color: #4B423F;
 }
</style>
border-color css

<style>
 span { border-color: #4B423F; }

 span { border-color: rgb(75,66,63); }

 td.TdClassName
 {
   border-color: #4B423F;
 }
 .TagClassName
 {
   border-color: #4B423F;
 }
</style>