Html Css Color HEX #5F2801 Baker's Chocolate

📋 copy color: '#5F2801'

red 95 ◦ green 40 ◦ blue 1

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

Shades of Baker's Chocolate #5F2801

Tints of Baker's Chocolate #5F2801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.41%

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 69.85%
G = 29.41%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#5F2801 (or 0x5F2801) is known color: Baker's Chocolate. HEX triplet: 5F, 28 and 01. RGB value is (95,40,1). Sum of RGB (Red+Green+Blue) = 95+40+1=136 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.85% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2801 is #A0D7FE. Grayscale: #343434. Windows color (decimal): -10541055 or 75871. OLE color: 75871.

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

Color convert

RGB 95 40 1 -
CMYK 0 0.58 0.99 0.63
HSL 24.89º 0.98% 0.19% -
HSV(B) 24.89º 0.99% 0.37% -
XYZ 5.48 3.95 0.5 -
YUV 52 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 95 40 1 0 0.58 0.99 0.63 24.89 0.98 0.19
Hex 5F 28 1 0 3A 63 3F 19 62 13
Octal 137 50 1 0 72 143 77 31 142 23
Binary 1011111 101000 1 0 111010 1100011 111111 11001 1100010 10011

Color Harmonies of #5F2801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2801

Black with #5F2801

Text Example


Text Example

White with #5F2801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,40,1); }

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

background-color css

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

 a { background-color: rgb(95,40,1); }

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

border-color css

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

 span { border-color: rgb(95,40,1); }

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