Html Css Color HEX #5E240C Baker's Chocolate

📋 copy color: '#5E240C'

red 94 ◦ green 36 ◦ blue 12

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

Shades of Baker's Chocolate #5E240C

Tints of Baker's Chocolate #5E240C

RGB

 RED value IS 94 (37.11% from 255) = 66.2%

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

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

R = 66.2%
G = 25.35%
B = 8.45%

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

#5E240C (or 0x5E240C) is known color: Baker's Chocolate. HEX triplet: 5E, 24 and 0C. RGB value is (94,36,12). Sum of RGB (Red+Green+Blue) = 94+36+12=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E240C is #A1DBF3. Grayscale: #323232. Windows color (decimal): -10607604 or 795742. OLE color: 795742.

HSL color Cylindrical-coordinate representation of color #5E240C: hue angle of 17.56º degrees, saturation: 0.77, 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 #5E240C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 36 12 -
CMYK 0 0.62 0.87 0.63
HSL 17.56º 0.77% 0.21% -
HSV(B) 17.56º 0.87% 0.37% -
XYZ 5.31 3.67 0.78 -
YUV 50.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 94 36 12 0 0.62 0.87 0.63 17.56 0.77 0.21
Hex 5E 24 C 0 3E 57 3F 12 4D 15
Octal 136 44 14 0 76 127 77 22 115 25
Binary 1011110 100100 1100 0 111110 1010111 111111 10010 1001101 10101

Color Harmonies of #5E240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E240C

Black with #5E240C

Text Example


Text Example

White with #5E240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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