Html Css Color HEX #735339 Old Copper

📋 copy color: '#735339'

red 115 ◦ green 83 ◦ blue 57

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

Shades of Old Copper #735339

Tints of Old Copper #735339

RGB

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

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

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

R = 45.1%
G = 32.55%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#735339 (or 0x735339) is known color: Old Copper. HEX triplet: 73, 53 and 39. RGB value is (115,83,57). Sum of RGB (Red+Green+Blue) = 115+83+57=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #735339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735339 is #8CACC6. Grayscale: #595959. Windows color (decimal): -9219271 or 3756915. OLE color: 3756915.

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

Color convert

RGB 115 83 57 -
CMYK 0 0.28 0.50 0.55
HSL 26.9º 0.34% 0.34% -
HSV(B) 26.9º 0.5% 0.45% -
XYZ 10.9 10.13 5.25 -
YUV 89.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 115 83 57 0 0.28 0.50 0.55 26.9 0.34 0.34
Hex 73 53 39 0 1C 32 37 1B 22 22
Octal 163 123 71 0 34 62 67 33 42 42
Binary 1110011 1010011 111001 0 11100 110010 110111 11011 100010 100010

Color Harmonies of #735339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735339

Black with #735339

Text Example


Text Example

White with #735339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735339; }

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

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

background-color css

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

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

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

border-color css

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

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

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