Html Css Color HEX #725038 Old Copper

📋 copy color: '#725038'

red 114 ◦ green 80 ◦ blue 56

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

Shades of Old Copper #725038

Tints of Old Copper #725038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 56 (22.27% from 255) = 22.4%

R = 45.6%
G = 32%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#725038 (or 0x725038) is known color: Old Copper. HEX triplet: 72, 50 and 38. RGB value is (114,80,56). Sum of RGB (Red+Green+Blue) = 114+80+56=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #725038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725038 is #8DAFC7. Grayscale: #575757. Windows color (decimal): -9285576 or 3690610. OLE color: 3690610.

HSL color Cylindrical-coordinate representation of color #725038: hue angle of 24.83º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #725038 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 56 -
CMYK 0 0.30 0.51 0.55
HSL 24.83º 0.34% 0.33% -
HSV(B) 24.83º 0.51% 0.45% -
XYZ 10.52 9.6 5.04 -
YUV 87.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 114 80 56 0 0.30 0.51 0.55 24.83 0.34 0.33
Hex 72 50 38 0 1E 33 37 19 22 21
Octal 162 120 70 0 36 63 67 31 42 41
Binary 1110010 1010000 111000 0 11110 110011 110111 11001 100010 100001

Color Harmonies of #725038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725038

Black with #725038

Text Example


Text Example

White with #725038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725038; }

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

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

background-color css

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

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

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

border-color css

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

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

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