#4B2208

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

Shades of Brown Pod #4B2208

Tints of Brown Pod #4B2208

Color information

#4B2208 (or 0x4B2208) is unknown color: approx Brown Pod. HEX triplet: 4B, 22 and 08. RGB value is (75,34,8). Sum of RGB (Red+Green+Blue) = 75+34+8=117 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.10% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2208 is #B4DDF7. Grayscale: #2B2B2B. Windows color (decimal): -11853304 or 533067. OLE color: 533067.

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

Color convert

RGB75348-
CMYK00.550.890.71
HSL23.28º80.72%16.27%-
HSV(B)23.28º89.33%29.41%-
XYZ3.522.660.56-
YUV43.29108.08150.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 64.10%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=64.10%
G=29.06%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7534800.550.890.7123.2880.7216.27
Hex4B2280375947175110
Octal11342100671311072712120
Binary1001011100010100001101111011001100011110111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,34,8); }

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

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

 a { background-color: rgb(75,34,8); }

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

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

 span { border-color: rgb(75,34,8); }

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