Html Css Color HEX #412205 Cocoa Brown

📋 copy color: '#412205'

red 65 ◦ green 34 ◦ blue 5

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

Shades of Cocoa Brown #412205

Tints of Cocoa Brown #412205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.69%

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

R = 62.5%
G = 32.69%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#412205 (or 0x412205) is known color: Cocoa Brown. HEX triplet: 41, 22 and 05. RGB value is (65,34,5). Sum of RGB (Red+Green+Blue) = 65+34+5=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #412205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412205 is #BEDDFA. Grayscale: #282828. Windows color (decimal): -12508667 or 336449. OLE color: 336449.

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

Color convert

RGB 65 34 5 -
CMYK 0 0.48 0.92 0.75
HSL 29º 0.86% 0.14% -
HSV(B) 29º 0.92% 0.25% -
XYZ 2.78 2.28 0.44 -
YUV 39.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 65 34 5 0 0.48 0.92 0.75 29 0.86 0.14
Hex 41 22 5 0 30 5C 4B 1D 56 E
Octal 101 42 5 0 60 134 113 35 126 16
Binary 1000001 100010 101 0 110000 1011100 1001011 11101 1010110 1110

Color Harmonies of #412205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412205

Black with #412205

Text Example


Text Example

White with #412205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412205; }

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

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

background-color css

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

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

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

border-color css

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

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

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