#532309

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

Shades of Baker's Chocolate #532309

Tints of Baker's Chocolate #532309

Color information

#532309 (or 0x532309) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 23 and 09. RGB value is (83,35,9). Sum of RGB (Red+Green+Blue) = 83+35+9=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #532309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532309 is #ACDCF6. Grayscale: #2E2E2E. Windows color (decimal): -11328759 or 598867. OLE color: 598867.

HSL color Cylindrical-coordinate representation of color #532309: hue angle of 21.08º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #532309 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB83359-
CMYK00.580.890.67
HSL21.08º80.43%18.04%-
HSV(B)21.08º89.16%32.55%-
XYZ4.223.060.63-
YUV46.39106.9154.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=65.35%
G=27.56%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8335900.580.890.6721.0880.4318.04
Hex5323903A5943155012
Octal12343110721311032512022
Binary1010011100011100101110101011001100001110101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532309; }

 p { color: rgb(83,35,9); }

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

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

 a { background-color: rgb(83,35,9); }

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

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

 span { border-color: rgb(83,35,9); }

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