#531E08

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

Shades of Baker's Chocolate #531E08

Tints of Baker's Chocolate #531E08

Color information

#531E08 (or 0x531E08) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 1E and 08. RGB value is (83,30,8). Sum of RGB (Red+Green+Blue) = 83+30+8=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E08 is #ACE1F7. Grayscale: #2B2B2B. Windows color (decimal): -11330040 or 532051. OLE color: 532051.

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

Color convert

RGB83308-
CMYK00.640.900.67
HSL17.6º82.42%17.84%-
HSV(B)17.6º90.36%32.55%-
XYZ4.082.790.55-
YUV43.34108.06156.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=68.60%
G=24.79%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8330800.640.900.6717.682.4217.84
Hex531E80405A43125212
Octal123361001001321032212222
Binary1010011111101000010000001011010100001110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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