#5D311A

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

Shades of Baker's Chocolate #5D311A

Tints of Baker's Chocolate #5D311A

Color information

#5D311A (or 0x5D311A) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 31 and 1A. RGB value is (93,49,26). Sum of RGB (Red+Green+Blue) = 93+49+26=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D311A is #A2CEE5. Grayscale: #3B3B3B. Windows color (decimal): -10669798 or 1716573. OLE color: 1716573.

HSL color Cylindrical-coordinate representation of color #5D311A: hue angle of 20.6º 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 #5D311A is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB934926-
CMYK00.470.720.64
HSL20.6º56.3%23.33%-
HSV(B)20.6º72.04%36.47%-
XYZ5.84.61.56-
YUV59.53109.08151.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.36%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=55.36%
G=29.17%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93492600.470.720.6420.656.323.33
Hex5D311A02F4840153817
Octal1356132057110100257027
Binary1011101110001110100101111100100010000001010111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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