Html Css Color HEX #412B08 Cocoa Brown

📋 copy color: '#412B08'

red 65 ◦ green 43 ◦ blue 8

#412B08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #412B08

Tints of Cocoa Brown #412B08

RGB

 RED value IS 65 (25.78% from 255) = 56.03%

 GREEN value IS 43 (17.19% from 255) = 37.07%

 BLUE value IS 8 (3.52% from 255) = 6.9%

R = 56.03%
G = 37.07%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#412B08 (or 0x412B08) is known color: Cocoa Brown. HEX triplet: 41, 2B and 08. RGB value is (65,43,8). Sum of RGB (Red+Green+Blue) = 65+43+8=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B08 is #BED4F7. Grayscale: #2D2D2D. Windows color (decimal): -12506360 or 535361. OLE color: 535361.

HSL color Cylindrical-coordinate representation of color #412B08: hue angle of 36.84º 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 #412B08 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 43 8 -
CMYK 0 0.34 0.88 0.75
HSL 36.84º 0.78% 0.14% -
HSV(B) 36.84º 0.88% 0.25% -
XYZ 3.09 2.87 0.62 -
YUV 45.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 65 43 8 0 0.34 0.88 0.75 36.84 0.78 0.14
Hex 41 2B 8 0 22 58 4B 25 4E E
Octal 101 53 10 0 42 130 113 45 116 16
Binary 1000001 101011 1000 0 100010 1011000 1001011 100101 1001110 1110

Color Harmonies of #412B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B08

Black with #412B08

Text Example


Text Example

White with #412B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412B08; }

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

 H1.HeaderClassName
 {
   color: #412B08;
 }
 .AnyTagClassName
 {
   color: #412B08;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #412B08;
 }
 .BgClassName
 {
   background-color: #412B08;
 }
</style>

border-color css

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

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

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