#532400

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

Shades of Baker's Chocolate #532400

Tints of Baker's Chocolate #532400

Color information

#532400 (or 0x532400) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 24 and 00. RGB value is (83,36,0). Sum of RGB (Red+Green+Blue) = 83+36+0=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #532400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532400 is #ACDBFF. Grayscale: #2E2E2E. Windows color (decimal): -11328512 or 9299. OLE color: 9299.

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

Color convert

RGB83360-
CMYK00.5710.67
HSL26.02º100%16.27%-
HSV(B)26.02º100%32.55%-
XYZ4.23.10.38-
YUV45.95102.07154.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.75%
G=30.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8336000.5710.6726.0210016.27
Hex5324003964431a6410
Octal1234400711441033214420
Binary1010011100100001110011100100100001111010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532400; }

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

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

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

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

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

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

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

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