#532007

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

Shades of Baker's Chocolate #532007

Tints of Baker's Chocolate #532007

Color information

#532007 (or 0x532007) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 20 and 07. RGB value is (83,32,7). Sum of RGB (Red+Green+Blue) = 83+32+7=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #532007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532007 is #ACDFF8. Grayscale: #2C2C2C. Windows color (decimal): -11329529 or 467027. OLE color: 467027.

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

Color convert

RGB83327-
CMYK00.610.920.67
HSL19.74º84.44%17.65%-
HSV(B)19.74º91.57%32.55%-
XYZ4.122.890.54-
YUV44.4106.9155.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 7 (3.12% from 255) = 5.74%
R=68.03%
G=26.23%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8332700.610.920.6719.7484.4417.65
Hex5320703D5C43145412
Octal1234070751341032412422
Binary101001110000011101111011011100100001110100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532007; }

 p { color: rgb(83,32,7); }

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

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

 a { background-color: rgb(83,32,7); }

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

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

 span { border-color: rgb(83,32,7); }

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