Html Css Color HEX #5E3C07 Baker's Chocolate

📋 copy color: '#5E3C07'

red 94 ◦ green 60 ◦ blue 7

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

Shades of Baker's Chocolate #5E3C07

Tints of Baker's Chocolate #5E3C07

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.27%

 BLUE value IS 7 (3.13% from 255) = 4.35%

R = 58.39%
G = 37.27%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.63

RGB Variations

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

Color information

#5E3C07 (or 0x5E3C07) is known color: Baker's Chocolate. HEX triplet: 5E, 3C and 07. RGB value is (94,60,7). Sum of RGB (Red+Green+Blue) = 94+60+7=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3C07 is #A1C3F8. Grayscale: #404040. Windows color (decimal): -10601465 or 474206. OLE color: 474206.

HSL color Cylindrical-coordinate representation of color #5E3C07: hue angle of 36.55º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E3C07 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 60 7 -
CMYK 0 0.36 0.93 0.63
HSL 36.55º 0.86% 0.2% -
HSV(B) 36.55º 0.93% 0.37% -
XYZ 6.27 5.63 0.96 -
YUV 64.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 94 60 7 0 0.36 0.93 0.63 36.55 0.86 0.2
Hex 5E 3C 7 0 24 5D 3F 25 56 14
Octal 136 74 7 0 44 135 77 45 126 24
Binary 1011110 111100 111 0 100100 1011101 111111 100101 1010110 10100

Color Harmonies of #5E3C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3C07

Black with #5E3C07

Text Example


Text Example

White with #5E3C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,60,7); }

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

background-color css

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

 a { background-color: rgb(94,60,7); }

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

border-color css

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

 span { border-color: rgb(94,60,7); }

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