Html Css Color HEX #5E321D Baker's Chocolate

📋 copy color: '#5E321D'

red 94 ◦ green 50 ◦ blue 29

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

Shades of Baker's Chocolate #5E321D

Tints of Baker's Chocolate #5E321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

 BLUE value IS 29 (11.72% from 255) = 16.76%

R = 54.34%
G = 28.9%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5E321D (or 0x5E321D) is known color: Baker's Chocolate. HEX triplet: 5E, 32 and 1D. RGB value is (94,50,29). Sum of RGB (Red+Green+Blue) = 94+50+29=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E321D is #A1CDE2. Grayscale: #3C3C3C. Windows color (decimal): -10604003 or 1913438. OLE color: 1913438.

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

Color convert

RGB 94 50 29 -
CMYK 0 0.47 0.69 0.63
HSL 19.38º 0.53% 0.24% -
HSV(B) 19.38º 0.69% 0.37% -
XYZ 5.98 4.75 1.76 -
YUV 60.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 94 50 29 0 0.47 0.69 0.63 19.38 0.53 0.24
Hex 5E 32 1D 0 2F 45 3F 13 35 18
Octal 136 62 35 0 57 105 77 23 65 30
Binary 1011110 110010 11101 0 101111 1000101 111111 10011 110101 11000

Color Harmonies of #5E321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E321D

Black with #5E321D

Text Example


Text Example

White with #5E321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,50,29); }

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

background-color css

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

 a { background-color: rgb(94,50,29); }

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

border-color css

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

 span { border-color: rgb(94,50,29); }

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