#531E04

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

Shades of Baker's Chocolate #531E04

Tints of Baker's Chocolate #531E04

Color information

#531E04 (or 0x531E04) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 1E and 04. RGB value is (83,30,4). Sum of RGB (Red+Green+Blue) = 83+30+4=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #531E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E04 is #ACE1FB. Grayscale: #2B2B2B. Windows color (decimal): -11330044 or 269907. OLE color: 269907.

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

Color convert

RGB83304-
CMYK00.640.950.67
HSL19.75º90.8%17.06%-
HSV(B)19.75º95.18%32.55%-
XYZ4.052.780.44-
YUV42.88106.06156.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.94%
GREEN value IS 30 (12.11% from 255) = 25.64%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=70.94%
G=25.64%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8330400.640.950.6719.7590.817.06
Hex531E40405F43145b11
Octal12336401001371032413321
Binary101001111110100010000001011111100001110100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,30,4); }

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

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

 a { background-color: rgb(83,30,4); }

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

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

 span { border-color: rgb(83,30,4); }

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