#4D2208

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

Shades of Brown Pod #4D2208

Tints of Brown Pod #4D2208

Color information

#4D2208 (or 0x4D2208) is unknown color: approx Brown Pod. HEX triplet: 4D, 22 and 08. RGB value is (77,34,8). Sum of RGB (Red+Green+Blue) = 77+34+8=119 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.71% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2208 is #B2DDF7. Grayscale: #2C2C2C. Windows color (decimal): -11722232 or 533069. OLE color: 533069.

HSL color Cylindrical-coordinate representation of color #4D2208: hue angle of 22.61º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D2208 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.70.

Color convert

RGB77348-
CMYK00.560.900.70
HSL22.61º81.18%16.67%-
HSV(B)22.61º89.61%30.2%-
XYZ3.682.740.56-
YUV43.89107.75151.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 64.71%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=64.71%
G=28.57%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7734800.560.900.7022.6181.1816.67
Hex4D2280385A46175111
Octal11542100701321062712121
Binary1001101100010100001110001011010100011010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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