Html Css Color HEX #795234 Old Copper

📋 copy color: '#795234'

red 121 ◦ green 82 ◦ blue 52

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

Shades of Old Copper #795234

Tints of Old Copper #795234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.16%

 BLUE value IS 52 (20.7% from 255) = 20.39%

R = 47.45%
G = 32.16%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#795234 (or 0x795234) is known color: Old Copper. HEX triplet: 79, 52 and 34. RGB value is (121,82,52). Sum of RGB (Red+Green+Blue) = 121+82+52=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #795234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795234 is #86ADCB. Grayscale: #5A5A5A. Windows color (decimal): -8826316 or 3428985. OLE color: 3428985.

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

Color convert

RGB 121 82 52 -
CMYK 0 0.32 0.57 0.53
HSL 26.09º 0.4% 0.34% -
HSV(B) 26.09º 0.57% 0.47% -
XYZ 11.52 10.35 4.64 -
YUV 90.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 121 82 52 0 0.32 0.57 0.53 26.09 0.4 0.34
Hex 79 52 34 0 20 39 35 1A 28 22
Octal 171 122 64 0 40 71 65 32 50 42
Binary 1111001 1010010 110100 0 100000 111001 110101 11010 101000 100010

Color Harmonies of #795234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795234

Black with #795234

Text Example


Text Example

White with #795234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795234; }

 p { color: rgb(121,82,52); }

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

background-color css

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

 a { background-color: rgb(121,82,52); }

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

border-color css

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

 span { border-color: rgb(121,82,52); }

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