Html Css Color HEX #735239 Old Copper

📋 copy color: '#735239'

red 115 ◦ green 82 ◦ blue 57

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

Shades of Old Copper #735239

Tints of Old Copper #735239

RGB

 RED value IS 115 (45.31% from 255) = 45.28%

 GREEN value IS 82 (32.42% from 255) = 32.28%

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 45.28%
G = 32.28%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#735239 (or 0x735239) is known color: Old Copper. HEX triplet: 73, 52 and 39. RGB value is (115,82,57). Sum of RGB (Red+Green+Blue) = 115+82+57=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #735239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735239 is #8CADC6. Grayscale: #595959. Windows color (decimal): -9219527 or 3756659. OLE color: 3756659.

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

Color convert

RGB 115 82 57 -
CMYK 0 0.29 0.50 0.55
HSL 25.86º 0.34% 0.34% -
HSV(B) 25.86º 0.5% 0.45% -
XYZ 10.83 9.97 5.23 -
YUV 89.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 115 82 57 0 0.29 0.50 0.55 25.86 0.34 0.34
Hex 73 52 39 0 1D 32 37 1A 22 22
Octal 163 122 71 0 35 62 67 32 42 42
Binary 1110011 1010010 111001 0 11101 110010 110111 11010 100010 100010

Color Harmonies of #735239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735239

Black with #735239

Text Example


Text Example

White with #735239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735239; }

 p { color: rgb(115,82,57); }

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

background-color css

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

 a { background-color: rgb(115,82,57); }

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

border-color css

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

 span { border-color: rgb(115,82,57); }

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