Html Css Color HEX #73625A Dorado

📋 copy color: '#73625A'

red 115 ◦ green 98 ◦ blue 90

#73625A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #73625A

Tints of Dorado #73625A

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.7%

R = 37.95%
G = 32.34%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73625A (or 0x73625A) is known color: 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

RGB 115 98 90 -
CMYK 0 0.15 0.22 0.55
HSL 19.2º 0.12% 0.4% -
HSV(B) 19.2º 0.22% 0.45% -
XYZ 13.28 13.12 11.5 -
YUV 102.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 115 98 90 0 0.15 0.22 0.55 19.2 0.12 0.4
Hex 73 62 5A 0 F 16 37 13 C 28
Octal 163 142 132 0 17 26 67 23 14 50
Binary 1110011 1100010 1011010 0 1111 10110 110111 10011 1100 101000

Color Harmonies of #73625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73625A

Black with #73625A

Text Example


Text Example

White with #73625A

Text Example


Text Example

HTML Codes & Css Web 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>