Html Css Color HEX #412805 Cocoa Brown

📋 copy color: '#412805'

red 65 ◦ green 40 ◦ blue 5

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

Shades of Cocoa Brown #412805

Tints of Cocoa Brown #412805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.55%

R = 59.09%
G = 36.36%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#412805 (or 0x412805) is known color: Cocoa Brown. HEX triplet: 41, 28 and 05. RGB value is (65,40,5). Sum of RGB (Red+Green+Blue) = 65+40+5=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #412805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412805 is #BED7FA. Grayscale: #2B2B2B. Windows color (decimal): -12507131 or 337985. OLE color: 337985.

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

Color convert

RGB 65 40 5 -
CMYK 0 0.38 0.92 0.75
HSL 35º 0.86% 0.14% -
HSV(B) 35º 0.92% 0.25% -
XYZ 2.97 2.65 0.5 -
YUV 43.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 65 40 5 0 0.38 0.92 0.75 35 0.86 0.14
Hex 41 28 5 0 26 5C 4B 23 56 E
Octal 101 50 5 0 46 134 113 43 126 16
Binary 1000001 101000 101 0 100110 1011100 1001011 100011 1010110 1110

Color Harmonies of #412805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412805

Black with #412805

Text Example


Text Example

White with #412805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412805; }

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

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

background-color css

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

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

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

border-color css

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

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

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