#73625A

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

Shades of Dorado #73625A

Tints of Dorado #73625A

Color information

#73625A (or 0x73625A) is unknown color: approx Dorado. HEX triplet: 73, 62 and 5A. RGB value is (115,98,90). Sum of RGB (Red+Green+Blue) = 115+98+90=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #73625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73625A is #8C9DA5. Grayscale: #666666. Windows color (decimal): -9215398 or 5923443. OLE color: 5923443.

HSL color Cylindrical-coordinate representation of color #73625A: hue angle of 19.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73625A is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1159890-
CMYK00.150.220.55
HSL19.2º12.2%40.2%-
HSV(B)19.2º21.74%45.1%-
XYZ13.2813.1211.5-
YUV102.17121.13137.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=37.95%
G=32.34%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115989000.150.220.5519.212.240.2
Hex73625A0F163713c28
Octal1631421320172667231450
Binary1110011110001010110100111110110110111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73625A; }

 p { color: rgb(115,98,90); }

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

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

 a { background-color: rgb(115,98,90); }

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

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

 span { border-color: rgb(115,98,90); }

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