Html Css Color HEX #5F240C Baker's Chocolate

📋 copy color: '#5F240C'

red 95 ◦ green 36 ◦ blue 12

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

Shades of Baker's Chocolate #5F240C

Tints of Baker's Chocolate #5F240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.17%

 BLUE value IS 12 (5.08% from 255) = 8.39%

R = 66.43%
G = 25.17%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#5F240C (or 0x5F240C) is known color: Baker's Chocolate. HEX triplet: 5F, 24 and 0C. RGB value is (95,36,12). Sum of RGB (Red+Green+Blue) = 95+36+12=143 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.43% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 95 - color contains mainly: red. Hex color #5F240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F240C is #A0DBF3. Grayscale: #333333. Windows color (decimal): -10542068 or 795743. OLE color: 795743.

HSL color Cylindrical-coordinate representation of color #5F240C: hue angle of 17.35º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F240C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 36 12 -
CMYK 0 0.62 0.87 0.63
HSL 17.35º 0.78% 0.21% -
HSV(B) 17.35º 0.87% 0.37% -
XYZ 5.42 3.72 0.78 -
YUV 50.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 95 36 12 0 0.62 0.87 0.63 17.35 0.78 0.21
Hex 5F 24 C 0 3E 57 3F 11 4E 15
Octal 137 44 14 0 76 127 77 21 116 25
Binary 1011111 100100 1100 0 111110 1010111 111111 10001 1001110 10101

Color Harmonies of #5F240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F240C

Black with #5F240C

Text Example


Text Example

White with #5F240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,36,12); }

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

background-color css

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

 a { background-color: rgb(95,36,12); }

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

border-color css

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

 span { border-color: rgb(95,36,12); }

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