Html Css Color HEX #5E3313 Baker's Chocolate

📋 copy color: '#5E3313'

red 94 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #5E3313

Tints of Baker's Chocolate #5E3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

 BLUE value IS 19 (7.81% from 255) = 11.59%

R = 57.32%
G = 31.1%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#5E3313 (or 0x5E3313) is known color: Baker's Chocolate. HEX triplet: 5E, 33 and 13. RGB value is (94,51,19). Sum of RGB (Red+Green+Blue) = 94+51+19=164 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.32% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3313 is #A1CCEC. Grayscale: #3C3C3C. Windows color (decimal): -10603757 or 1258334. OLE color: 1258334.

HSL color Cylindrical-coordinate representation of color #5E3313: hue angle of 25.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E3313 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 51 19 -
CMYK 0 0.46 0.80 0.63
HSL 25.6º 0.66% 0.22% -
HSV(B) 25.6º 0.8% 0.37% -
XYZ 5.92 4.79 1.23 -
YUV 60.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 94 51 19 0 0.46 0.80 0.63 25.6 0.66 0.22
Hex 5E 33 13 0 2E 50 3F 1A 42 16
Octal 136 63 23 0 56 120 77 32 102 26
Binary 1011110 110011 10011 0 101110 1010000 111111 11010 1000010 10110

Color Harmonies of #5E3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3313

Black with #5E3313

Text Example


Text Example

White with #5E3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,51,19); }

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

background-color css

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

 a { background-color: rgb(94,51,19); }

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

border-color css

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

 span { border-color: rgb(94,51,19); }

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