Html Css Color HEX #5F2004 Baker's Chocolate

📋 copy color: '#5F2004'

red 95 ◦ green 32 ◦ blue 4

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

Shades of Baker's Chocolate #5F2004

Tints of Baker's Chocolate #5F2004

RGB

 RED value IS 95 (37.5% from 255) = 72.52%

 GREEN value IS 32 (12.89% from 255) = 24.43%

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

R = 72.52%
G = 24.43%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#5F2004 (or 0x5F2004) is known color: Baker's Chocolate. HEX triplet: 5F, 20 and 04. RGB value is (95,32,4). Sum of RGB (Red+Green+Blue) = 95+32+4=131 (17% of max value = 765). Red value is 95 (37.5% from 255 or 72.52% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2004 is #A0DFFB. Grayscale: #2F2F2F. Windows color (decimal): -10543100 or 270431. OLE color: 270431.

HSL color Cylindrical-coordinate representation of color #5F2004: hue angle of 18.46º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F2004 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 32 4 -
CMYK 0 0.66 0.96 0.63
HSL 18.46º 0.92% 0.19% -
HSV(B) 18.46º 0.96% 0.37% -
XYZ 5.26 3.47 0.51 -
YUV 47.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 95 32 4 0 0.66 0.96 0.63 18.46 0.92 0.19
Hex 5F 20 4 0 42 60 3F 12 5C 13
Octal 137 40 4 0 102 140 77 22 134 23
Binary 1011111 100000 100 0 1000010 1100000 111111 10010 1011100 10011

Color Harmonies of #5F2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2004

Black with #5F2004

Text Example


Text Example

White with #5F2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2004; }

 p { color: rgb(95,32,4); }

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

background-color css

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

 a { background-color: rgb(95,32,4); }

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

border-color css

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

 span { border-color: rgb(95,32,4); }

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