#5D2B09

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

Shades of Baker's Chocolate #5D2B09

Tints of Baker's Chocolate #5D2B09

Color information

#5D2B09 (or 0x5D2B09) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 2B and 09. RGB value is (93,43,9). Sum of RGB (Red+Green+Blue) = 93+43+9=145 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.14% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2B09 is #A2D4F6. Grayscale: #363636. Windows color (decimal): -10671351 or 600925. OLE color: 600925.

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

Color convert

RGB93439-
CMYK00.540.900.64
HSL24.29º82.35%20%-
HSV(B)24.29º90.32%36.47%-
XYZ5.434.070.76-
YUV54.07102.56155.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 64.14%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=64.14%
G=29.66%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9343900.540.900.6424.2982.3520
Hex5D2B90365A40185214
Octal13553110661321003012224
Binary1011101101011100101101101011010100000011000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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