Html Css Color HEX #795539 Old Copper

📋 copy color: '#795539'

red 121 ◦ green 85 ◦ blue 57

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

Shades of Old Copper #795539

Tints of Old Copper #795539

RGB

 RED value IS 121 (47.66% from 255) = 46.01%

 GREEN value IS 85 (33.59% from 255) = 32.32%

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

R = 46.01%
G = 32.32%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#795539 (or 0x795539) is known color: Old Copper. HEX triplet: 79, 55 and 39. RGB value is (121,85,57). Sum of RGB (Red+Green+Blue) = 121+85+57=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #795539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795539 is #86AAC6. Grayscale: #5C5C5C. Windows color (decimal): -8825543 or 3757433. OLE color: 3757433.

HSL color Cylindrical-coordinate representation of color #795539: hue angle of 26.25º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #795539 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 85 57 -
CMYK 0 0.30 0.53 0.53
HSL 26.25º 0.36% 0.35% -
HSV(B) 26.25º 0.53% 0.47% -
XYZ 11.87 10.86 5.34 -
YUV 92.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 121 85 57 0 0.30 0.53 0.53 26.25 0.36 0.35
Hex 79 55 39 0 1E 35 35 1A 24 23
Octal 171 125 71 0 36 65 65 32 44 43
Binary 1111001 1010101 111001 0 11110 110101 110101 11010 100100 100011

Color Harmonies of #795539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795539

Black with #795539

Text Example


Text Example

White with #795539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795539; }

 p { color: rgb(121,85,57); }

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

background-color css

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

 a { background-color: rgb(121,85,57); }

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

border-color css

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

 span { border-color: rgb(121,85,57); }

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