#5D371A

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

Shades of Baker's Chocolate #5D371A

Tints of Baker's Chocolate #5D371A

Color information

#5D371A (or 0x5D371A) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 37 and 1A. RGB value is (93,55,26). Sum of RGB (Red+Green+Blue) = 93+55+26=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D371A is #A2C8E5. Grayscale: #3F3F3F. Windows color (decimal): -10668262 or 1718109. OLE color: 1718109.

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

Color convert

RGB935526-
CMYK00.410.720.64
HSL25.97º56.3%23.33%-
HSV(B)25.97º72.04%36.47%-
XYZ6.075.131.65-
YUV63.06107.09149.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.45%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=53.45%
G=31.61%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93552600.410.720.6425.9756.323.33
Hex5D371A02948401a3817
Octal1356732051110100327027
Binary1011101110111110100101001100100010000001101011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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