Html Css Color HEX #412605 Cocoa Brown

📋 copy color: '#412605'

red 65 ◦ green 38 ◦ blue 5

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

Shades of Cocoa Brown #412605

Tints of Cocoa Brown #412605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.19%

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

R = 60.19%
G = 35.19%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#412605 (or 0x412605) is known color: Cocoa Brown. HEX triplet: 41, 26 and 05. RGB value is (65,38,5). Sum of RGB (Red+Green+Blue) = 65+38+5=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #412605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412605 is #BED9FA. Grayscale: #2A2A2A. Windows color (decimal): -12507643 or 337473. OLE color: 337473.

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

Color convert

RGB 65 38 5 -
CMYK 0 0.42 0.92 0.75
HSL 33º 0.86% 0.14% -
HSV(B) 33º 0.92% 0.25% -
XYZ 2.9 2.52 0.48 -
YUV 42.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 65 38 5 0 0.42 0.92 0.75 33 0.86 0.14
Hex 41 26 5 0 2A 5C 4B 21 56 E
Octal 101 46 5 0 52 134 113 41 126 16
Binary 1000001 100110 101 0 101010 1011100 1001011 100001 1010110 1110

Color Harmonies of #412605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412605

Black with #412605

Text Example


Text Example

White with #412605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412605; }

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

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

background-color css

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

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

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

border-color css

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

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

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