#531B00

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

Shades of Baker's Chocolate #531B00

Tints of Baker's Chocolate #531B00

Color information

#531B00 (or 0x531B00) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 1B and 00. RGB value is (83,27,0). Sum of RGB (Red+Green+Blue) = 83+27+0=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #531B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B00 is #ACE4FF. Grayscale: #282828. Windows color (decimal): -11330816 or 6995. OLE color: 6995.

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

Color convert

RGB83270-
CMYK00.6710.67
HSL19.52º100%16.27%-
HSV(B)19.52º100%32.55%-
XYZ3.962.620.3-
YUV40.67105.05158.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 75.45%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.45%
G=24.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8327000.6710.6719.5210016.27
Hex531B00436443146410
Octal12333001031441032414420
Binary1010011110110010000111100100100001110100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531B00; }

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

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

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

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

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

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

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

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