#59230A

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

Shades of Baker's Chocolate #59230A

Tints of Baker's Chocolate #59230A

Color information

#59230A (or 0x59230A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 23 and 0A. RGB value is (89,35,10). Sum of RGB (Red+Green+Blue) = 89+35+10=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59230A is #A6DCF5. Grayscale: #303030. Windows color (decimal): -10935542 or 664409. OLE color: 664409.

HSL color Cylindrical-coordinate representation of color #59230A: hue angle of 18.99º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59230A is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB893510-
CMYK00.610.890.65
HSL18.99º79.8%19.41%-
HSV(B)18.99º88.76%34.9%-
XYZ4.783.350.68-
YUV48.3106.39157.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=66.42%
G=26.12%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89351000.610.890.6518.9979.819.41
Hex5923A03D5941135013
Octal13143120751311012312023
Binary1011001100011101001111011011001100000110011101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59230A; }

 p { color: rgb(89,35,10); }

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

<style>
 a { background-color: #59230A; }

 a { background-color: rgb(89,35,10); }

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

<style>
 span { border-color: #59230A; }

 span { border-color: rgb(89,35,10); }

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