Html Css Color HEX #412505 Cocoa Brown

📋 copy color: '#412505'

red 65 ◦ green 37 ◦ blue 5

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

Shades of Cocoa Brown #412505

Tints of Cocoa Brown #412505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.58%

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

R = 60.75%
G = 34.58%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#412505 (or 0x412505) is known color: Cocoa Brown. HEX triplet: 41, 25 and 05. RGB value is (65,37,5). Sum of RGB (Red+Green+Blue) = 65+37+5=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #412505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412505 is #BEDAFA. Grayscale: #292929. Windows color (decimal): -12507899 or 337217. OLE color: 337217.

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

Color convert

RGB 65 37 5 -
CMYK 0 0.43 0.92 0.75
HSL 32º 0.86% 0.14% -
HSV(B) 32º 0.92% 0.25% -
XYZ 2.87 2.46 0.47 -
YUV 41.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 65 37 5 0 0.43 0.92 0.75 32 0.86 0.14
Hex 41 25 5 0 2B 5C 4B 20 56 E
Octal 101 45 5 0 53 134 113 40 126 16
Binary 1000001 100101 101 0 101011 1011100 1001011 100000 1010110 1110

Color Harmonies of #412505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412505

Black with #412505

Text Example


Text Example

White with #412505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412505; }

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

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

background-color css

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

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

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

border-color css

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

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

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