#412208

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

Shades of Brown Pod #412208

Tints of Brown Pod #412208

Color information

#412208 (or 0x412208) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 08. RGB value is (65,34,8). Sum of RGB (Red+Green+Blue) = 65+34+8=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #412208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412208 is #BEDDF7. Grayscale: #282828. Windows color (decimal): -12508664 or 533057. OLE color: 533057.

HSL color Cylindrical-coordinate representation of color #412208: hue angle of 27.37º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #412208 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB65348-
CMYK00.480.880.75
HSL27.37º78.08%14.31%-
HSV(B)27.37º87.69%25.49%-
XYZ2.82.290.52-
YUV40.3109.77145.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=60.75%
G=31.78%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6534800.480.880.7527.3778.0814.31
Hex41228030584B1b4ee
Octal10142100601301133311616
Binary100000110001010000110000101100010010111101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412208; }

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

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

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

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

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

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

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

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