Html Css Color HEX #725950 Dorado

📋 copy color: '#725950'

red 114 ◦ green 89 ◦ blue 80

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

Shades of Dorado #725950

Tints of Dorado #725950

RGB

 RED value IS 114 (44.92% from 255) = 40.28%

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 40.28%
G = 31.45%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#725950 (or 0x725950) is known color: Dorado. HEX triplet: 72, 59 and 50. RGB value is (114,89,80). Sum of RGB (Red+Green+Blue) = 114+89+80=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #725950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725950 is #8DA6AF. Grayscale: #5F5F5F. Windows color (decimal): -9283248 or 5265778. OLE color: 5265778.

HSL color Cylindrical-coordinate representation of color #725950: hue angle of 15.88º degrees, saturation: 0.18, 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 #725950 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 89 80 -
CMYK 0 0.22 0.30 0.55
HSL 15.88º 0.18% 0.38% -
HSV(B) 15.88º 0.3% 0.45% -
XYZ 11.96 11.3 9.14 -
YUV 95.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 114 89 80 0 0.22 0.30 0.55 15.88 0.18 0.38
Hex 72 59 50 0 16 1E 37 10 12 26
Octal 162 131 120 0 26 36 67 20 22 46
Binary 1110010 1011001 1010000 0 10110 11110 110111 10000 10010 100110

Color Harmonies of #725950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725950

Black with #725950

Text Example


Text Example

White with #725950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725950; }

 p { color: rgb(114,89,80); }

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

background-color css

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

 a { background-color: rgb(114,89,80); }

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

border-color css

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

 span { border-color: rgb(114,89,80); }

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