Html Css Color HEX #412804 Cocoa Brown

📋 copy color: '#412804'

red 65 ◦ green 40 ◦ blue 4

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

Shades of Cocoa Brown #412804

Tints of Cocoa Brown #412804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.7%

 BLUE value IS 4 (1.95% from 255) = 3.67%

R = 59.63%
G = 36.7%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#412804 (or 0x412804) is known color: Cocoa Brown. HEX triplet: 41, 28 and 04. RGB value is (65,40,4). Sum of RGB (Red+Green+Blue) = 65+40+4=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #412804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412804 is #BED7FB. Grayscale: #2B2B2B. Windows color (decimal): -12507132 or 272449. OLE color: 272449.

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

Color convert

RGB 65 40 4 -
CMYK 0 0.38 0.94 0.75
HSL 35.41º 0.88% 0.14% -
HSV(B) 35.41º 0.94% 0.25% -
XYZ 2.96 2.65 0.47 -
YUV 43.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 65 40 4 0 0.38 0.94 0.75 35.41 0.88 0.14
Hex 41 28 4 0 26 5E 4B 23 58 E
Octal 101 50 4 0 46 136 113 43 130 16
Binary 1000001 101000 100 0 100110 1011110 1001011 100011 1011000 1110

Color Harmonies of #412804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412804

Black with #412804

Text Example


Text Example

White with #412804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412804; }

 p { color: rgb(65,40,4); }

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

background-color css

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

 a { background-color: rgb(65,40,4); }

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

border-color css

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

 span { border-color: rgb(65,40,4); }

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