Html Css Color HEX #73625B Dorado

📋 copy color: '#73625B'

red 115 ◦ green 98 ◦ blue 91

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

Shades of Dorado #73625B

Tints of Dorado #73625B

RGB

 RED value IS 115 (45.31% from 255) = 37.83%

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 37.83%
G = 32.24%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73625B (or 0x73625B) is known color: Dorado. HEX triplet: 73, 62 and 5B. RGB value is (115,98,91). Sum of RGB (Red+Green+Blue) = 115+98+91=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #73625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73625B is #8C9DA4. Grayscale: #666666. Windows color (decimal): -9215397 or 5988979. OLE color: 5988979.

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

Color convert

RGB 115 98 91 -
CMYK 0 0.15 0.21 0.55
HSL 17.5º 0.12% 0.4% -
HSV(B) 17.5º 0.21% 0.45% -
XYZ 13.33 13.14 11.73 -
YUV 102.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 115 98 91 0 0.15 0.21 0.55 17.5 0.12 0.4
Hex 73 62 5B 0 F 15 37 12 C 28
Octal 163 142 133 0 17 25 67 22 14 50
Binary 1110011 1100010 1011011 0 1111 10101 110111 10010 1100 101000

Color Harmonies of #73625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73625B

Black with #73625B

Text Example


Text Example

White with #73625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73625B;
 }
 .AnyTagClassName
 {
   color: #73625B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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