Html Css Color HEX #725D52 Dorado

📋 copy color: '#725D52'

red 114 ◦ green 93 ◦ blue 82

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

Shades of Dorado #725D52

Tints of Dorado #725D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.18%

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 39.45%
G = 32.18%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#725D52 (or 0x725D52) is known color: Dorado. HEX triplet: 72, 5D and 52. RGB value is (114,93,82). Sum of RGB (Red+Green+Blue) = 114+93+82=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #725D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D52 is #8DA2AD. Grayscale: #626262. Windows color (decimal): -9282222 or 5397874. OLE color: 5397874.

HSL color Cylindrical-coordinate representation of color #725D52: hue angle of 20.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725D52 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 93 82 -
CMYK 0 0.18 0.28 0.55
HSL 20.63º 0.16% 0.38% -
HSV(B) 20.63º 0.28% 0.45% -
XYZ 12.38 12.02 9.65 -
YUV 98.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 114 93 82 0 0.18 0.28 0.55 20.63 0.16 0.38
Hex 72 5D 52 0 12 1C 37 15 10 26
Octal 162 135 122 0 22 34 67 25 20 46
Binary 1110010 1011101 1010010 0 10010 11100 110111 10101 10000 100110

Color Harmonies of #725D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725D52

Black with #725D52

Text Example


Text Example

White with #725D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725D52; }

 p { color: rgb(114,93,82); }

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

background-color css

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

 a { background-color: rgb(114,93,82); }

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

border-color css

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

 span { border-color: rgb(114,93,82); }

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