Html Css Color HEX #725F53 Dorado

📋 copy color: '#725F53'

red 114 ◦ green 95 ◦ blue 83

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

Shades of Dorado #725F53

Tints of Dorado #725F53

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.53%

 BLUE value IS 83 (32.81% from 255) = 28.42%

R = 39.04%
G = 32.53%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#725F53 (or 0x725F53) is known color: Dorado. HEX triplet: 72, 5F and 53. RGB value is (114,95,83). Sum of RGB (Red+Green+Blue) = 114+95+83=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #725F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F53 is #8DA0AC. Grayscale: #636363. Windows color (decimal): -9281709 or 5463922. OLE color: 5463922.

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

Color convert

RGB 114 95 83 -
CMYK 0 0.17 0.27 0.55
HSL 23.23º 0.16% 0.39% -
HSV(B) 23.23º 0.27% 0.45% -
XYZ 12.59 12.39 9.91 -
YUV 99.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 114 95 83 0 0.17 0.27 0.55 23.23 0.16 0.39
Hex 72 5F 53 0 11 1B 37 17 10 27
Octal 162 137 123 0 21 33 67 27 20 47
Binary 1110010 1011111 1010011 0 10001 11011 110111 10111 10000 100111

Color Harmonies of #725F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F53

Black with #725F53

Text Example


Text Example

White with #725F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,95,83); }

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

background-color css

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

 a { background-color: rgb(114,95,83); }

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

border-color css

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

 span { border-color: rgb(114,95,83); }

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