#4B2414

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

Shades of Brown Pod #4B2414

Tints of Brown Pod #4B2414

Color information

#4B2414 (or 0x4B2414) is unknown color: approx Brown Pod. HEX triplet: 4B, 24 and 14. RGB value is (75,36,20). Sum of RGB (Red+Green+Blue) = 75+36+20=131 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.25% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2414 is #B4DBEB. Grayscale: #2D2D2D. Windows color (decimal): -11852780 or 1320011. OLE color: 1320011.

HSL color Cylindrical-coordinate representation of color #4B2414: hue angle of 17.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B2414 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB753620-
CMYK00.520.730.71
HSL17.45º57.89%18.63%-
HSV(B)17.45º73.33%29.41%-
XYZ3.662.811.01-
YUV45.84113.42148.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 57.25%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=57.25%
G=27.48%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75362000.520.730.7117.4557.8918.63
Hex4B24140344947113a13
Octal1134424064111107217223
Binary1001011100100101000110100100100110001111000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,20); }

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

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

 a { background-color: rgb(75,36,20); }

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

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

 span { border-color: rgb(75,36,20); }

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