Html Css Color HEX #412504 Cocoa Brown

📋 copy color: '#412504'

red 65 ◦ green 37 ◦ blue 4

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

Shades of Cocoa Brown #412504

Tints of Cocoa Brown #412504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 61.32%
G = 34.91%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#412504 (or 0x412504) is known color: Cocoa Brown. HEX triplet: 41, 25 and 04. RGB value is (65,37,4). Sum of RGB (Red+Green+Blue) = 65+37+4=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412504 is #BEDAFB. Grayscale: #292929. Windows color (decimal): -12507900 or 271681. OLE color: 271681.

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

Color convert

RGB 65 37 4 -
CMYK 0 0.43 0.94 0.75
HSL 32.46º 0.88% 0.14% -
HSV(B) 32.46º 0.94% 0.25% -
XYZ 2.86 2.46 0.44 -
YUV 41.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 65 37 4 0 0.43 0.94 0.75 32.46 0.88 0.14
Hex 41 25 4 0 2B 5E 4B 20 58 E
Octal 101 45 4 0 53 136 113 40 130 16
Binary 1000001 100101 100 0 101011 1011110 1001011 100000 1011000 1110

Color Harmonies of #412504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412504

Black with #412504

Text Example


Text Example

White with #412504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412504; }

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

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

background-color css

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

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

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

border-color css

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

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

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