Html Css Color HEX #5E311A Baker's Chocolate

📋 copy color: '#5E311A'

red 94 ◦ green 49 ◦ blue 26

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

Shades of Baker's Chocolate #5E311A

Tints of Baker's Chocolate #5E311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.38%

R = 55.62%
G = 28.99%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E311A (or 0x5E311A) is known color: Baker's Chocolate. HEX triplet: 5E, 31 and 1A. RGB value is (94,49,26). Sum of RGB (Red+Green+Blue) = 94+49+26=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E311A is #A1CEE5. Grayscale: #3B3B3B. Windows color (decimal): -10604262 or 1716574. OLE color: 1716574.

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

Color convert

RGB 94 49 26 -
CMYK 0 0.48 0.72 0.63
HSL 20.29º 0.57% 0.24% -
HSV(B) 20.29º 0.72% 0.37% -
XYZ 5.9 4.65 1.56 -
YUV 59.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 94 49 26 0 0.48 0.72 0.63 20.29 0.57 0.24
Hex 5E 31 1A 0 30 48 3F 14 39 18
Octal 136 61 32 0 60 110 77 24 71 30
Binary 1011110 110001 11010 0 110000 1001000 111111 10100 111001 11000

Color Harmonies of #5E311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E311A

Black with #5E311A

Text Example


Text Example

White with #5E311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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