#532300

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

Shades of Baker's Chocolate #532300

Tints of Baker's Chocolate #532300

Color information

#532300 (or 0x532300) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 23 and 00. RGB value is (83,35,0). Sum of RGB (Red+Green+Blue) = 83+35+0=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #532300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532300 is #ACDCFF. Grayscale: #2D2D2D. Windows color (decimal): -11328768 or 9043. OLE color: 9043.

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

Color convert

RGB83350-
CMYK00.5810.67
HSL25.3º100%16.27%-
HSV(B)25.3º100%32.55%-
XYZ4.173.040.37-
YUV45.36102.4154.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.34%
G=29.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8335000.5810.6725.310016.27
Hex5323003A6443196410
Octal1234300721441033114420
Binary1010011100011001110101100100100001111001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532300; }

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

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

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

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

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

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

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

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