#5D2A02

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

Shades of Baker's Chocolate #5D2A02

Tints of Baker's Chocolate #5D2A02

Color information

#5D2A02 (or 0x5D2A02) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 2A and 02. RGB value is (93,42,2). Sum of RGB (Red+Green+Blue) = 93+42+2=137 (18% of max value = 765). Red value is 93 (36.72% from 255 or 67.88% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2A02 is #A2D5FD. Grayscale: #343434. Windows color (decimal): -10671614 or 141917. OLE color: 141917.

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

Color convert

RGB93422-
CMYK00.550.980.64
HSL26.37º95.79%18.63%-
HSV(B)26.37º97.85%36.47%-
XYZ5.353.990.54-
YUV52.6999.4156.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 67.88%
GREEN value IS 42 (16.80% from 255) = 30.66%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=67.88%
G=30.66%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9342200.550.980.6426.3795.7918.63
Hex5D2A203762401a6013
Octal1355220671421003214023
Binary10111011010101001101111100010100000011010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,42,2); }

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

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

 a { background-color: rgb(93,42,2); }

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

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

 span { border-color: rgb(93,42,2); }

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