Html Css Color HEX #795135 Old Copper

📋 copy color: '#795135'

red 121 ◦ green 81 ◦ blue 53

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

Shades of Old Copper #795135

Tints of Old Copper #795135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.76%

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

R = 47.45%
G = 31.76%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#795135 (or 0x795135) is known color: Old Copper. HEX triplet: 79, 51 and 35. RGB value is (121,81,53). Sum of RGB (Red+Green+Blue) = 121+81+53=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #795135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795135 is #86AECA. Grayscale: #595959. Windows color (decimal): -8826571 or 3494265. OLE color: 3494265.

HSL color Cylindrical-coordinate representation of color #795135: hue angle of 24.71º 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 #795135 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 53 -
CMYK 0 0.33 0.56 0.53
HSL 24.71º 0.39% 0.34% -
HSV(B) 24.71º 0.56% 0.47% -
XYZ 11.47 10.21 4.73 -
YUV 89.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 121 81 53 0 0.33 0.56 0.53 24.71 0.39 0.34
Hex 79 51 35 0 21 38 35 19 27 22
Octal 171 121 65 0 41 70 65 31 47 42
Binary 1111001 1010001 110101 0 100001 111000 110101 11001 100111 100010

Color Harmonies of #795135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795135

Black with #795135

Text Example


Text Example

White with #795135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795135; }

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

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

background-color css

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

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

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

border-color css

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

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

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