#735F53

Color #735F53 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #735F53

Tints of Dorado #735F53

Color information

#735F53 (or 0x735F53) is unknown color: approx Dorado. HEX triplet: 73, 5F and 53. RGB value is (115,95,83). Sum of RGB (Red+Green+Blue) = 115+95+83=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #735F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F53 is #8CA0AC. Grayscale: #636363. Windows color (decimal): -9216173 or 5463923. OLE color: 5463923.

HSL color Cylindrical-coordinate representation of color #735F53: hue angle of 22.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #735F53 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1159583-
CMYK00.170.280.55
HSL22.5º16.16%38.82%-
HSV(B)22.5º27.83%45.1%-
XYZ12.7212.459.92-
YUV99.61118.63138.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=39.25%
G=32.42%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115958300.170.280.5522.516.1638.82
Hex735F530111C37171027
Octal1631371230213467272047
Binary111001110111111010011010001111001101111011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735F53; }

 p { color: rgb(115,95,83); }

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

<style>
 a { background-color: #735F53; }

 a { background-color: rgb(115,95,83); }

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

<style>
 span { border-color: #735F53; }

 span { border-color: rgb(115,95,83); }

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