Html Css Color HEX #5F2501 Baker's Chocolate

📋 copy color: '#5F2501'

red 95 ◦ green 37 ◦ blue 1

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

Shades of Baker's Chocolate #5F2501

Tints of Baker's Chocolate #5F2501

RGB

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

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

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

R = 71.43%
G = 27.82%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#5F2501 (or 0x5F2501) is known color: Baker's Chocolate. HEX triplet: 5F, 25 and 01. RGB value is (95,37,1). Sum of RGB (Red+Green+Blue) = 95+37+1=133 (17% of max value = 765). Red value is 95 (37.5% from 255 or 71.43% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2501 is #A0DAFE. Grayscale: #323232. Windows color (decimal): -10541823 or 75103. OLE color: 75103.

HSL color Cylindrical-coordinate representation of color #5F2501: hue angle of 22.98º 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 #5F2501 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 37 1 -
CMYK 0 0.61 0.99 0.63
HSL 22.98º 0.98% 0.19% -
HSV(B) 22.98º 0.99% 0.37% -
XYZ 5.39 3.76 0.47 -
YUV 50.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 95 37 1 0 0.61 0.99 0.63 22.98 0.98 0.19
Hex 5F 25 1 0 3D 63 3F 17 62 13
Octal 137 45 1 0 75 143 77 27 142 23
Binary 1011111 100101 1 0 111101 1100011 111111 10111 1100010 10011

Color Harmonies of #5F2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2501

Black with #5F2501

Text Example


Text Example

White with #5F2501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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