#531C03

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

Shades of Baker's Chocolate #531C03

Tints of Baker's Chocolate #531C03

Color information

#531C03 (or 0x531C03) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 1C and 03. RGB value is (83,28,3). Sum of RGB (Red+Green+Blue) = 83+28+3=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #531C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C03 is #ACE3FC. Grayscale: #292929. Windows color (decimal): -11330557 or 203859. OLE color: 203859.

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

Color convert

RGB83283-
CMYK00.660.960.67
HSL18.75º93.02%16.86%-
HSV(B)18.75º96.39%32.55%-
XYZ42.680.39-
YUV41.6106.22157.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.81%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=72.81%
G=24.56%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8328300.660.960.6718.7593.0216.86
Hex531C30426043135d11
Octal12334301021401032313521
Binary10100111110011010000101100000100001110011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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