#5D3A09

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

Shades of Baker's Chocolate #5D3A09

Tints of Baker's Chocolate #5D3A09

Color information

#5D3A09 (or 0x5D3A09) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 3A and 09. RGB value is (93,58,9). Sum of RGB (Red+Green+Blue) = 93+58+9=160 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.12% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3A09 is #A2C5F6. Grayscale: #3F3F3F. Windows color (decimal): -10667511 or 604765. OLE color: 604765.

HSL color Cylindrical-coordinate representation of color #5D3A09: hue angle of 35º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D3A09 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB93589-
CMYK00.380.900.64
HSL35º82.35%20%-
HSV(B)35º90.32%36.47%-
XYZ6.085.370.98-
YUV62.8897.6149.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 58.12%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 9 (3.91% from 255) = 5.62%
R=58.12%
G=36.25%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9358900.380.900.643582.3520
Hex5D3A90265A40235214
Octal13572110461321004312224
Binary10111011110101001010011010110101000000100011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,58,9); }

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

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

 a { background-color: rgb(93,58,9); }

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

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

 span { border-color: rgb(93,58,9); }

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