Html Css Color HEX #795336 Old Copper

📋 copy color: '#795336'

red 121 ◦ green 83 ◦ blue 54

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

Shades of Old Copper #795336

Tints of Old Copper #795336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.93%

R = 46.9%
G = 32.17%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#795336 (or 0x795336) is known color: Old Copper. HEX triplet: 79, 53 and 36. RGB value is (121,83,54). Sum of RGB (Red+Green+Blue) = 121+83+54=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #795336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795336 is #86ACC9. Grayscale: #5B5B5B. Windows color (decimal): -8826058 or 3560313. OLE color: 3560313.

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

Color convert

RGB 121 83 54 -
CMYK 0 0.31 0.55 0.53
HSL 25.97º 0.38% 0.34% -
HSV(B) 25.97º 0.55% 0.47% -
XYZ 11.64 10.52 4.91 -
YUV 91.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 121 83 54 0 0.31 0.55 0.53 25.97 0.38 0.34
Hex 79 53 36 0 1F 37 35 1A 26 22
Octal 171 123 66 0 37 67 65 32 46 42
Binary 1111001 1010011 110110 0 11111 110111 110101 11010 100110 100010

Color Harmonies of #795336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795336

Black with #795336

Text Example


Text Example

White with #795336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795336; }

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

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

background-color css

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

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

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

border-color css

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

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

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