Html Css Color HEX #795335 Old Copper

📋 copy color: '#795335'

red 121 ◦ green 83 ◦ blue 53

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

Shades of Old Copper #795335

Tints of Old Copper #795335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.62%

R = 47.08%
G = 32.3%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#795335 (or 0x795335) is known color: Old Copper. HEX triplet: 79, 53 and 35. RGB value is (121,83,53). Sum of RGB (Red+Green+Blue) = 121+83+53=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #795335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795335 is #86ACCA. Grayscale: #5B5B5B. Windows color (decimal): -8826059 or 3494777. OLE color: 3494777.

HSL color Cylindrical-coordinate representation of color #795335: hue angle of 26.47º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #795335 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 83 53 -
CMYK 0 0.31 0.56 0.53
HSL 26.47º 0.39% 0.34% -
HSV(B) 26.47º 0.56% 0.47% -
XYZ 11.62 10.51 4.78 -
YUV 90.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 121 83 53 0 0.31 0.56 0.53 26.47 0.39 0.34
Hex 79 53 35 0 1F 38 35 1A 27 22
Octal 171 123 65 0 37 70 65 32 47 42
Binary 1111001 1010011 110101 0 11111 111000 110101 11010 100111 100010

Color Harmonies of #795335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795335

Black with #795335

Text Example


Text Example

White with #795335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795335; }

 p { color: rgb(121,83,53); }

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

background-color css

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

 a { background-color: rgb(121,83,53); }

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

border-color css

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

 span { border-color: rgb(121,83,53); }

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