#531D00

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

Shades of Baker's Chocolate #531D00

Tints of Baker's Chocolate #531D00

Color information

#531D00 (or 0x531D00) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 1D and 00. RGB value is (83,29,0). Sum of RGB (Red+Green+Blue) = 83+29+0=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #531D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D00 is #ACE2FF. Grayscale: #2A2A2A. Windows color (decimal): -11330304 or 7507. OLE color: 7507.

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

Color convert

RGB83290-
CMYK00.6510.67
HSL20.96º100%16.27%-
HSV(B)20.96º100%32.55%-
XYZ4.012.720.31-
YUV41.84104.39157.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 29 (11.72% from 255) = 25.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.11%
G=25.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8329000.6510.6720.9610016.27
Hex531D00416443156410
Octal12335001011441032514420
Binary1010011111010010000011100100100001110101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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