#532700

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

Shades of Baker's Chocolate #532700

Tints of Baker's Chocolate #532700

Color information

#532700 (or 0x532700) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 27 and 00. RGB value is (83,39,0). Sum of RGB (Red+Green+Blue) = 83+39+0=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #532700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532700 is #ACD8FF. Grayscale: #2F2F2F. Windows color (decimal): -11327744 or 10067. OLE color: 10067.

HSL color Cylindrical-coordinate representation of color #532700: hue angle of 28.19º 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 #532700 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83390-
CMYK00.5310.67
HSL28.19º100%16.27%-
HSV(B)28.19º100%32.55%-
XYZ4.293.290.41-
YUV47.71101.08153.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.03%
G=31.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8339000.5310.6728.1910016.27
Hex5327003564431c6410
Octal1234700651441033414420
Binary1010011100111001101011100100100001111100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532700; }

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

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

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

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

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

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

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

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