Html Css Color HEX #725033 Old Copper

📋 copy color: '#725033'

red 114 ◦ green 80 ◦ blue 51

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

Shades of Old Copper #725033

Tints of Old Copper #725033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.82%

R = 46.53%
G = 32.65%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#725033 (or 0x725033) is known color: Old Copper. HEX triplet: 72, 50 and 33. RGB value is (114,80,51). Sum of RGB (Red+Green+Blue) = 114+80+51=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #725033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725033 is #8DAFCC. Grayscale: #575757. Windows color (decimal): -9285581 or 3362930. OLE color: 3362930.

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

Color convert

RGB 114 80 51 -
CMYK 0 0.30 0.55 0.55
HSL 27.62º 0.38% 0.32% -
HSV(B) 27.62º 0.55% 0.45% -
XYZ 10.41 9.55 4.43 -
YUV 86.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 114 80 51 0 0.30 0.55 0.55 27.62 0.38 0.32
Hex 72 50 33 0 1E 37 37 1C 26 20
Octal 162 120 63 0 36 67 67 34 46 40
Binary 1110010 1010000 110011 0 11110 110111 110111 11100 100110 100000

Color Harmonies of #725033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725033

Black with #725033

Text Example


Text Example

White with #725033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725033; }

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

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

background-color css

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

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

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

border-color css

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

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

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