Html Css Color HEX #412908 Cocoa Brown

📋 copy color: '#412908'

red 65 ◦ green 41 ◦ blue 8

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

Shades of Cocoa Brown #412908

Tints of Cocoa Brown #412908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.96%

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

R = 57.02%
G = 35.96%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#412908 (or 0x412908) is known color: Cocoa Brown. HEX triplet: 41, 29 and 08. RGB value is (65,41,8). Sum of RGB (Red+Green+Blue) = 65+41+8=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #412908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412908 is #BED6F7. Grayscale: #2C2C2C. Windows color (decimal): -12506872 or 534849. OLE color: 534849.

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

Color convert

RGB 65 41 8 -
CMYK 0 0.37 0.88 0.75
HSL 34.74º 0.78% 0.14% -
HSV(B) 34.74º 0.88% 0.25% -
XYZ 3.02 2.73 0.6 -
YUV 44.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 65 41 8 0 0.37 0.88 0.75 34.74 0.78 0.14
Hex 41 29 8 0 25 58 4B 23 4E E
Octal 101 51 10 0 45 130 113 43 116 16
Binary 1000001 101001 1000 0 100101 1011000 1001011 100011 1001110 1110

Color Harmonies of #412908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412908

Black with #412908

Text Example


Text Example

White with #412908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412908; }

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

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

background-color css

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

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

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

border-color css

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

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

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