Html Css Color HEX #5E311E Baker's Chocolate

📋 copy color: '#5E311E'

red 94 ◦ green 49 ◦ blue 30

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

Shades of Baker's Chocolate #5E311E

Tints of Baker's Chocolate #5E311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.32%

 BLUE value IS 30 (12.11% from 255) = 17.34%

R = 54.34%
G = 28.32%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E311E (or 0x5E311E) is known color: Baker's Chocolate. HEX triplet: 5E, 31 and 1E. RGB value is (94,49,30). Sum of RGB (Red+Green+Blue) = 94+49+30=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E311E is #A1CEE1. Grayscale: #3C3C3C. Windows color (decimal): -10604258 or 1978718. OLE color: 1978718.

HSL color Cylindrical-coordinate representation of color #5E311E: hue angle of 17.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E311E is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 49 30 -
CMYK 0 0.48 0.68 0.63
HSL 17.81º 0.52% 0.24% -
HSV(B) 17.81º 0.68% 0.37% -
XYZ 5.95 4.67 1.82 -
YUV 60.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 94 49 30 0 0.48 0.68 0.63 17.81 0.52 0.24
Hex 5E 31 1E 0 30 44 3F 12 34 18
Octal 136 61 36 0 60 104 77 22 64 30
Binary 1011110 110001 11110 0 110000 1000100 111111 10010 110100 11000

Color Harmonies of #5E311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E311E

Black with #5E311E

Text Example


Text Example

White with #5E311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,49,30); }

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

background-color css

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

 a { background-color: rgb(94,49,30); }

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

border-color css

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

 span { border-color: rgb(94,49,30); }

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