#736053

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

Shades of Dorado #736053

Tints of Dorado #736053

Color information

#736053 (or 0x736053) is unknown color: approx Dorado. HEX triplet: 73, 60 and 53. RGB value is (115,96,83). Sum of RGB (Red+Green+Blue) = 115+96+83=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #736053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736053 is #8C9FAC. Grayscale: #646464. Windows color (decimal): -9215917 or 5464179. OLE color: 5464179.

HSL color Cylindrical-coordinate representation of color #736053: hue angle of 24.38º 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 #736053 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1159683-
CMYK00.170.280.55
HSL24.38º16.16%38.82%-
HSV(B)24.38º27.83%45.1%-
XYZ12.8112.649.95-
YUV100.2118.29138.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 83 (32.81% from 255) = 28.23%
R=39.12%
G=32.65%
B=28.23%

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
Decimal115968300.170.280.5524.3816.1638.82
Hex7360530111C37181027
Octal1631401230213467302047
Binary111001111000001010011010001111001101111100010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736053; }

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

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

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

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

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

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

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

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