Html Css Color HEX #5E321F Baker's Chocolate

📋 copy color: '#5E321F'

red 94 ◦ green 50 ◦ blue 31

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

Shades of Baker's Chocolate #5E321F

Tints of Baker's Chocolate #5E321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 53.71%
G = 28.57%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5E321F (or 0x5E321F) is known color: Baker's Chocolate. HEX triplet: 5E, 32 and 1F. RGB value is (94,50,31). Sum of RGB (Red+Green+Blue) = 94+50+31=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E321F is #A1CDE0. Grayscale: #3D3D3D. Windows color (decimal): -10604001 or 2044510. OLE color: 2044510.

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

Color convert

RGB 94 50 31 -
CMYK 0 0.47 0.67 0.63
HSL 18.1º 0.5% 0.25% -
HSV(B) 18.1º 0.67% 0.37% -
XYZ 6 4.76 1.9 -
YUV 60.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 94 50 31 0 0.47 0.67 0.63 18.1 0.5 0.25
Hex 5E 32 1F 0 2F 43 3F 12 32 19
Octal 136 62 37 0 57 103 77 22 62 31
Binary 1011110 110010 11111 0 101111 1000011 111111 10010 110010 11001

Color Harmonies of #5E321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E321F

Black with #5E321F

Text Example


Text Example

White with #5E321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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