#5D3501

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

Shades of Baker's Chocolate #5D3501

Tints of Baker's Chocolate #5D3501

Color information

#5D3501 (or 0x5D3501) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 35 and 01. RGB value is (93,53,1). Sum of RGB (Red+Green+Blue) = 93+53+1=147 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.27% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3501 is #A2CAFE. Grayscale: #3B3B3B. Windows color (decimal): -10668799 or 79197. OLE color: 79197.

HSL color Cylindrical-coordinate representation of color #5D3501: hue angle of 33.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D3501 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB93531-
CMYK00.430.990.64
HSL33.91º97.87%18.43%-
HSV(B)33.91º98.92%36.47%-
XYZ5.794.880.66-
YUV59.0395.25152.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 63.27%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=63.27%
G=36.05%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9353100.430.990.6433.9197.8718.43
Hex5D35102B6340226212
Octal1356510531431004214222
Binary10111011101011010101111000111000000100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,53,1); }

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

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

 a { background-color: rgb(93,53,1); }

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

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

 span { border-color: rgb(93,53,1); }

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