Html Css Color HEX #412A05 Cocoa Brown

📋 copy color: '#412A05'

red 65 ◦ green 42 ◦ blue 5

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

Shades of Cocoa Brown #412A05

Tints of Cocoa Brown #412A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 37.5%

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

R = 58.04%
G = 37.5%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#412A05 (or 0x412A05) is known color: Cocoa Brown. HEX triplet: 41, 2A and 05. RGB value is (65,42,5). Sum of RGB (Red+Green+Blue) = 65+42+5=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A05 is #BED5FA. Grayscale: #2C2C2C. Windows color (decimal): -12506619 or 338497. OLE color: 338497.

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

Color convert

RGB 65 42 5 -
CMYK 0 0.35 0.92 0.75
HSL 37º 0.86% 0.14% -
HSV(B) 37º 0.92% 0.25% -
XYZ 3.04 2.79 0.52 -
YUV 44.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 65 42 5 0 0.35 0.92 0.75 37 0.86 0.14
Hex 41 2A 5 0 23 5C 4B 25 56 E
Octal 101 52 5 0 43 134 113 45 126 16
Binary 1000001 101010 101 0 100011 1011100 1001011 100101 1010110 1110

Color Harmonies of #412A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A05

Black with #412A05

Text Example


Text Example

White with #412A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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