#531C01

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

Shades of Baker's Chocolate #531C01

Tints of Baker's Chocolate #531C01

Color information

#531C01 (or 0x531C01) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 1C and 01. RGB value is (83,28,1). Sum of RGB (Red+Green+Blue) = 83+28+1=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #531C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C01 is #ACE3FE. Grayscale: #292929. Windows color (decimal): -11330559 or 72787. OLE color: 72787.

HSL color Cylindrical-coordinate representation of color #531C01: hue angle of 19.76º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #531C01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB83281-
CMYK00.660.990.67
HSL19.76º97.62%16.47%-
HSV(B)19.76º98.8%32.55%-
XYZ3.992.670.33-
YUV41.37105.22157.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 28 (11.33% from 255) = 25%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=74.11%
G=25%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8328100.660.990.6719.7697.6216.47
Hex531C10426343146210
Octal12334101021431032414220
Binary1010011111001010000101100011100001110100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,28,1); }

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

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

 a { background-color: rgb(83,28,1); }

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

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

 span { border-color: rgb(83,28,1); }

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