Html Css Color HEX #725C48 Domino

📋 copy color: '#725C48'

red 114 ◦ green 92 ◦ blue 72

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

Shades of Domino #725C48

Tints of Domino #725C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 41.01%
G = 33.09%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#725C48 (or 0x725C48) is known color: Domino. HEX triplet: 72, 5C and 48. RGB value is (114,92,72). Sum of RGB (Red+Green+Blue) = 114+92+72=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #725C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C48 is #8DA3B7. Grayscale: #606060. Windows color (decimal): -9282488 or 4742258. OLE color: 4742258.

HSL color Cylindrical-coordinate representation of color #725C48: hue angle of 28.57º 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 #725C48 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 92 72 -
CMYK 0 0.19 0.37 0.55
HSL 28.57º 0.23% 0.36% -
HSV(B) 28.57º 0.37% 0.45% -
XYZ 11.94 11.7 7.76 -
YUV 96.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 114 92 72 0 0.19 0.37 0.55 28.57 0.23 0.36
Hex 72 5C 48 0 13 25 37 1D 17 24
Octal 162 134 110 0 23 45 67 35 27 44
Binary 1110010 1011100 1001000 0 10011 100101 110111 11101 10111 100100

Color Harmonies of #725C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725C48

Black with #725C48

Text Example


Text Example

White with #725C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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