#531900

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

Shades of Baker's Chocolate #531900

Tints of Baker's Chocolate #531900

Color information

#531900 (or 0x531900) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 19 and 00. RGB value is (83,25,0). Sum of RGB (Red+Green+Blue) = 83+25+0=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #531900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531900 is #ACE6FF. Grayscale: #272727. Windows color (decimal): -11331328 or 6483. OLE color: 6483.

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

Color convert

RGB83250-
CMYK00.7010.67
HSL18.07º100%16.27%-
HSV(B)18.07º100%32.55%-
XYZ3.912.530.28-
YUV39.49105.72159.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.85%
G=23.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325000.7010.6718.0710016.27
Hex531900466443126410
Octal12331001061441032214420
Binary1010011110010010001101100100100001110010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531900; }

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

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

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

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

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

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

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

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