#735D52

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

Shades of Dorado #735D52

Tints of Dorado #735D52

Color information

#735D52 (or 0x735D52) is unknown color: approx Dorado. HEX triplet: 73, 5D and 52. RGB value is (115,93,82). Sum of RGB (Red+Green+Blue) = 115+93+82=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #735D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D52 is #8CA2AD. Grayscale: #626262. Windows color (decimal): -9216686 or 5397875. OLE color: 5397875.

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

Color convert

RGB1159382-
CMYK00.190.290.55
HSL20º16.75%38.63%-
HSV(B)20º28.7%45.1%-
XYZ12.5112.089.66-
YUV98.32118.79139.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.66%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 82 (32.42% from 255) = 28.28%
R=39.66%
G=32.07%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115938200.190.290.552016.7538.63
Hex735D520131D37141127
Octal1631351220233567242147
Binary111001110111011010010010011111011101111010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,93,82); }

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

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

 a { background-color: rgb(115,93,82); }

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

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

 span { border-color: rgb(115,93,82); }

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