#532B09

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

Shades of Baker's Chocolate #532B09

Tints of Baker's Chocolate #532B09

Color information

#532B09 (or 0x532B09) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2B and 09. RGB value is (83,43,9). Sum of RGB (Red+Green+Blue) = 83+43+9=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #532B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B09 is #ACD4F6. Grayscale: #333333. Windows color (decimal): -11326711 or 600915. OLE color: 600915.

HSL color Cylindrical-coordinate representation of color #532B09: hue angle of 27.57º 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 #532B09 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB83439-
CMYK00.480.890.67
HSL27.57º80.43%18.04%-
HSV(B)27.57º89.16%32.55%-
XYZ4.483.590.71-
YUV51.08104.25150.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 9 (3.91% from 255) = 6.67%
R=61.48%
G=31.85%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8343900.480.890.6727.5780.4318.04
Hex532B903059431c5012
Octal12353110601311033412022
Binary1010011101011100101100001011001100001111100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532B09; }

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

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

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

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

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

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

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

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