#532200

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

Shades of Baker's Chocolate #532200

Tints of Baker's Chocolate #532200

Color information

#532200 (or 0x532200) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 22 and 00. RGB value is (83,34,0). Sum of RGB (Red+Green+Blue) = 83+34+0=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #532200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532200 is #ACDDFF. Grayscale: #2C2C2C. Windows color (decimal): -11329024 or 8787. OLE color: 8787.

HSL color Cylindrical-coordinate representation of color #532200: hue angle of 24.58º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #532200 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83340-
CMYK00.5910.67
HSL24.58º100%16.27%-
HSV(B)24.58º100%32.55%-
XYZ4.142.980.36-
YUV44.78102.73155.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.94%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.94%
G=29.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8334000.5910.6724.5810016.27
Hex5322003B6443196410
Octal1234200731441033114420
Binary1010011100010001110111100100100001111001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532200; }

 p { color: rgb(83,34,0); }

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

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

 a { background-color: rgb(83,34,0); }

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

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

 span { border-color: rgb(83,34,0); }

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