Html Css Color HEX #5E240F Baker's Chocolate

📋 copy color: '#5E240F'

red 94 ◦ green 36 ◦ blue 15

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

Shades of Baker's Chocolate #5E240F

Tints of Baker's Chocolate #5E240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.34%

R = 64.83%
G = 24.83%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5E240F (or 0x5E240F) is known color: Baker's Chocolate. HEX triplet: 5E, 24 and 0F. RGB value is (94,36,15). Sum of RGB (Red+Green+Blue) = 94+36+15=145 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.83% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 94 - color contains mainly: red. Hex color #5E240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E240F is #A1DBF0. Grayscale: #333333. Windows color (decimal): -10607601 or 992350. OLE color: 992350.

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

Color convert

RGB 94 36 15 -
CMYK 0 0.62 0.84 0.63
HSL 15.95º 0.72% 0.21% -
HSV(B) 15.95º 0.84% 0.37% -
XYZ 5.33 3.68 0.88 -
YUV 50.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 94 36 15 0 0.62 0.84 0.63 15.95 0.72 0.21
Hex 5E 24 F 0 3E 54 3F 10 48 15
Octal 136 44 17 0 76 124 77 20 110 25
Binary 1011110 100100 1111 0 111110 1010100 111111 10000 1001000 10101

Color Harmonies of #5E240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E240F

Black with #5E240F

Text Example


Text Example

White with #5E240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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