Html Css Color HEX #725A48 Domino

📋 copy color: '#725A48'

red 114 ◦ green 90 ◦ blue 72

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

Shades of Domino #725A48

Tints of Domino #725A48

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

 BLUE value IS 72 (28.52% from 255) = 26.09%

R = 41.3%
G = 32.61%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#725A48 (or 0x725A48) is known color: Domino. HEX triplet: 72, 5A and 48. RGB value is (114,90,72). Sum of RGB (Red+Green+Blue) = 114+90+72=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #725A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A48 is #8DA5B7. Grayscale: #5F5F5F. Windows color (decimal): -9283000 or 4741746. OLE color: 4741746.

HSL color Cylindrical-coordinate representation of color #725A48: hue angle of 25.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #725A48 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 90 72 -
CMYK 0 0.21 0.37 0.55
HSL 25.71º 0.23% 0.36% -
HSV(B) 25.71º 0.37% 0.45% -
XYZ 11.77 11.36 7.7 -
YUV 95.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 114 90 72 0 0.21 0.37 0.55 25.71 0.23 0.36
Hex 72 5A 48 0 15 25 37 1A 17 24
Octal 162 132 110 0 25 45 67 32 27 44
Binary 1110010 1011010 1001000 0 10101 100101 110111 11010 10111 100100

Color Harmonies of #725A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725A48

Black with #725A48

Text Example


Text Example

White with #725A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,90,72); }

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

background-color css

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

 a { background-color: rgb(114,90,72); }

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

border-color css

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

 span { border-color: rgb(114,90,72); }

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