#531D07

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

Shades of Baker's Chocolate #531D07

Tints of Baker's Chocolate #531D07

Color information

#531D07 (or 0x531D07) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 1D and 07. RGB value is (83,29,7). Sum of RGB (Red+Green+Blue) = 83+29+7=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #531D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D07 is #ACE2F8. Grayscale: #2A2A2A. Windows color (decimal): -11330297 or 466259. OLE color: 466259.

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

Color convert

RGB83297-
CMYK00.650.920.67
HSL17.37º84.44%17.65%-
HSV(B)17.37º91.57%32.55%-
XYZ4.042.730.52-
YUV42.64107.89156.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 7 (3.12% from 255) = 5.88%
R=69.75%
G=24.37%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8329700.650.920.6717.3784.4417.65
Hex531D70415C43115412
Octal12335701011341032112422
Binary101001111101111010000011011100100001110001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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