#53514B

Color #53514B Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dune #53514B

Tints of Dune #53514B

Color information

#53514B (or 0x53514B) is unknown color: approx Dune. HEX triplet: 53, 51 and 4B. RGB value is (83,81,75). Sum of RGB (Red+Green+Blue) = 83+81+75=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #53514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53514B is #ACAEB4. Grayscale: #505050. Windows color (decimal): -11316917 or 4936019. OLE color: 4936019.

HSL color Cylindrical-coordinate representation of color #53514B: hue angle of 45º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #53514B is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB838175-
CMYK00.020.100.67
HSL45º5.06%30.98%-
HSV(B)45º9.64%32.55%-
XYZ7.788.237.84-
YUV80.91124.66129.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=34.73%
G=33.89%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83817500.020.100.67455.0630.98
Hex53514B02A432d51f
Octal123121113021210355537
Binary1010011101000110010110101010100001110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53514B; }

 p { color: rgb(83,81,75); }

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

<style>
 a { background-color: #53514B; }

 a { background-color: rgb(83,81,75); }

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

<style>
 span { border-color: #53514B; }

 span { border-color: rgb(83,81,75); }

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