Html Css Color HEX #725338 Old Copper

📋 copy color: '#725338'

red 114 ◦ green 83 ◦ blue 56

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

Shades of Old Copper #725338

Tints of Old Copper #725338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

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

R = 45.06%
G = 32.81%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#725338 (or 0x725338) is known color: Old Copper. HEX triplet: 72, 53 and 38. RGB value is (114,83,56). Sum of RGB (Red+Green+Blue) = 114+83+56=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #725338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725338 is #8DACC7. Grayscale: #595959. Windows color (decimal): -9284808 or 3691378. OLE color: 3691378.

HSL color Cylindrical-coordinate representation of color #725338: hue angle of 27.93º 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 #725338 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 56 -
CMYK 0 0.27 0.51 0.55
HSL 27.93º 0.34% 0.33% -
HSV(B) 27.93º 0.51% 0.45% -
XYZ 10.75 10.05 5.11 -
YUV 89.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 114 83 56 0 0.27 0.51 0.55 27.93 0.34 0.33
Hex 72 53 38 0 1B 33 37 1C 22 21
Octal 162 123 70 0 33 63 67 34 42 41
Binary 1110010 1010011 111000 0 11011 110011 110111 11100 100010 100001

Color Harmonies of #725338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725338

Black with #725338

Text Example


Text Example

White with #725338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725338; }

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

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

background-color css

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

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

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

border-color css

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

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

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