Html Css Color HEX #5E3017 Baker's Chocolate

📋 copy color: '#5E3017'

red 94 ◦ green 48 ◦ blue 23

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

Shades of Baker's Chocolate #5E3017

Tints of Baker's Chocolate #5E3017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

 BLUE value IS 23 (9.38% from 255) = 13.94%

R = 56.97%
G = 29.09%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.63

RGB Variations

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

Color information

#5E3017 (or 0x5E3017) is known color: Baker's Chocolate. HEX triplet: 5E, 30 and 17. RGB value is (94,48,23). Sum of RGB (Red+Green+Blue) = 94+48+23=165 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.97% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3017 is #A1CFE8. Grayscale: #3B3B3B. Windows color (decimal): -10604521 or 1519710. OLE color: 1519710.

HSL color Cylindrical-coordinate representation of color #5E3017: hue angle of 21.13º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E3017 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 48 23 -
CMYK 0 0.49 0.76 0.63
HSL 21.13º 0.61% 0.23% -
HSV(B) 21.13º 0.76% 0.37% -
XYZ 5.83 4.56 1.38 -
YUV 58.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 94 48 23 0 0.49 0.76 0.63 21.13 0.61 0.23
Hex 5E 30 17 0 31 4C 3F 15 3D 17
Octal 136 60 27 0 61 114 77 25 75 27
Binary 1011110 110000 10111 0 110001 1001100 111111 10101 111101 10111

Color Harmonies of #5E3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3017

Black with #5E3017

Text Example


Text Example

White with #5E3017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,48,23); }

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

background-color css

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

 a { background-color: rgb(94,48,23); }

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

border-color css

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

 span { border-color: rgb(94,48,23); }

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