#531E09

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

Shades of Baker's Chocolate #531E09

Tints of Baker's Chocolate #531E09

Color information

#531E09 (or 0x531E09) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 1E and 09. RGB value is (83,30,9). Sum of RGB (Red+Green+Blue) = 83+30+9=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E09 is #ACE1F6. Grayscale: #2B2B2B. Windows color (decimal): -11330039 or 597587. OLE color: 597587.

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

Color convert

RGB83309-
CMYK00.640.890.67
HSL17.03º80.43%18.04%-
HSV(B)17.03º89.16%32.55%-
XYZ4.082.790.58-
YUV43.45108.56156.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 9 (3.91% from 255) = 7.38%
R=68.03%
G=24.59%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8330900.640.890.6717.0380.4318.04
Hex531E90405943115012
Octal123361101001311032112022
Binary1010011111101001010000001011001100001110001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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