#735F51

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

Shades of Dorado #735F51

Tints of Dorado #735F51

Color information

#735F51 (or 0x735F51) is unknown color: approx Dorado. HEX triplet: 73, 5F and 51. RGB value is (115,95,81). Sum of RGB (Red+Green+Blue) = 115+95+81=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #735F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F51 is #8CA0AE. Grayscale: #636363. Windows color (decimal): -9216175 or 5332851. OLE color: 5332851.

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

Color convert

RGB1159581-
CMYK00.170.300.55
HSL24.71º17.35%38.43%-
HSV(B)24.71º29.57%45.1%-
XYZ12.6512.429.52-
YUV99.38117.63139.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=39.52%
G=32.65%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115958100.170.300.5524.7117.3538.43
Hex735F510111E37191126
Octal1631371210213667312146
Binary111001110111111010001010001111101101111100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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