#531D05

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

Shades of Baker's Chocolate #531D05

Tints of Baker's Chocolate #531D05

Color information

#531D05 (or 0x531D05) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 1D and 05. RGB value is (83,29,5). Sum of RGB (Red+Green+Blue) = 83+29+5=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #531D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D05 is #ACE2FA. Grayscale: #2A2A2A. Windows color (decimal): -11330299 or 335187. OLE color: 335187.

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

Color convert

RGB83295-
CMYK00.650.940.67
HSL18.46º88.64%17.25%-
HSV(B)18.46º93.98%32.55%-
XYZ4.032.730.46-
YUV42.41106.89156.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.94%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=70.94%
G=24.79%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8329500.650.940.6718.4688.6417.25
Hex531D50415E43125911
Octal12335501011361032213121
Binary101001111101101010000011011110100001110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,29,5); }

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

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

 a { background-color: rgb(83,29,5); }

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

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

 span { border-color: rgb(83,29,5); }

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