#5D321A

Color #5D321A Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5D321A

Tints of Baker's Chocolate #5D321A

Color information

#5D321A (or 0x5D321A) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 32 and 1A. RGB value is (93,50,26). Sum of RGB (Red+Green+Blue) = 93+50+26=169 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.03% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 93 - color contains mainly: red. Hex color #5D321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D321A is #A2CDE5. Grayscale: #3C3C3C. Windows color (decimal): -10669542 or 1716829. OLE color: 1716829.

HSL color Cylindrical-coordinate representation of color #5D321A: hue angle of 21.49º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D321A is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB935026-
CMYK00.460.720.64
HSL21.49º56.3%23.33%-
HSV(B)21.49º72.04%36.47%-
XYZ5.844.681.57-
YUV60.12108.75151.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.03%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=55.03%
G=29.59%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93502600.460.720.6421.4956.323.33
Hex5D321A02E4840153817
Octal1356232056110100257027
Binary1011101110010110100101110100100010000001010111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,50,26); }

 H1.HeaderClassName
 {
   color: #5D321A;
 }
 .AnyTagClassName
 {
   color: #5D321A;
 }
</style>
background-color css

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

 a { background-color: rgb(93,50,26); }

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

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

 span { border-color: rgb(93,50,26); }

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