Html Css Color HEX #5E240B Baker's Chocolate

📋 copy color: '#5E240B'

red 94 ◦ green 36 ◦ blue 11

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

Shades of Baker's Chocolate #5E240B

Tints of Baker's Chocolate #5E240B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.8%

R = 66.67%
G = 25.53%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.63

RGB Variations

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

Color information

#5E240B (or 0x5E240B) is known color: Baker's Chocolate. HEX triplet: 5E, 24 and 0B. RGB value is (94,36,11). Sum of RGB (Red+Green+Blue) = 94+36+11=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E240B is #A1DBF4. Grayscale: #323232. Windows color (decimal): -10607605 or 730206. OLE color: 730206.

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

Color convert

RGB 94 36 11 -
CMYK 0 0.62 0.88 0.63
HSL 18.07º 0.79% 0.21% -
HSV(B) 18.07º 0.88% 0.37% -
XYZ 5.31 3.67 0.74 -
YUV 50.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 94 36 11 0 0.62 0.88 0.63 18.07 0.79 0.21
Hex 5E 24 B 0 3E 58 3F 12 4F 15
Octal 136 44 13 0 76 130 77 22 117 25
Binary 1011110 100100 1011 0 111110 1011000 111111 10010 1001111 10101

Color Harmonies of #5E240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E240B

Black with #5E240B

Text Example


Text Example

White with #5E240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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