Html Css Color HEX #5E3414 Baker's Chocolate

📋 copy color: '#5E3414'

red 94 ◦ green 52 ◦ blue 20

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

Shades of Baker's Chocolate #5E3414

Tints of Baker's Chocolate #5E3414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 56.63%
G = 31.33%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#5E3414 (or 0x5E3414) is known color: Baker's Chocolate. HEX triplet: 5E, 34 and 14. RGB value is (94,52,20). Sum of RGB (Red+Green+Blue) = 94+52+20=166 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.63% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3414 is #A1CBEB. Grayscale: #3D3D3D. Windows color (decimal): -10603500 or 1324126. OLE color: 1324126.

HSL color Cylindrical-coordinate representation of color #5E3414: hue angle of 25.95º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E3414 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 52 20 -
CMYK 0 0.45 0.79 0.63
HSL 25.95º 0.65% 0.22% -
HSV(B) 25.95º 0.79% 0.37% -
XYZ 5.97 4.89 1.29 -
YUV 60.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 94 52 20 0 0.45 0.79 0.63 25.95 0.65 0.22
Hex 5E 34 14 0 2D 4F 3F 1A 41 16
Octal 136 64 24 0 55 117 77 32 101 26
Binary 1011110 110100 10100 0 101101 1001111 111111 11010 1000001 10110

Color Harmonies of #5E3414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3414

Black with #5E3414

Text Example


Text Example

White with #5E3414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,52,20); }

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

background-color css

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

 a { background-color: rgb(94,52,20); }

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

border-color css

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

 span { border-color: rgb(94,52,20); }

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