#532600

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

Shades of Baker's Chocolate #532600

Tints of Baker's Chocolate #532600

Color information

#532600 (or 0x532600) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 26 and 00. RGB value is (83,38,0). Sum of RGB (Red+Green+Blue) = 83+38+0=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #532600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532600 is #ACD9FF. Grayscale: #2F2F2F. Windows color (decimal): -11328000 or 9811. OLE color: 9811.

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

Color convert

RGB83380-
CMYK00.5410.67
HSL27.47º100%16.27%-
HSV(B)27.47º100%32.55%-
XYZ4.263.230.4-
YUV47.12101.41153.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.60%
G=31.40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8338000.5410.6727.4710016.27
Hex5326003664431b6410
Octal1234600661441033314420
Binary1010011100110001101101100100100001111011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532600; }

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

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

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

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

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

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

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

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