Html Css Color HEX #795338 Old Copper

📋 copy color: '#795338'

red 121 ◦ green 83 ◦ blue 56

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

Shades of Old Copper #795338

Tints of Old Copper #795338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 46.54%
G = 31.92%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#795338 (or 0x795338) is known color: Old Copper. HEX triplet: 79, 53 and 38. RGB value is (121,83,56). Sum of RGB (Red+Green+Blue) = 121+83+56=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #795338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795338 is #86ACC7. Grayscale: #5B5B5B. Windows color (decimal): -8826056 or 3691385. OLE color: 3691385.

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

Color convert

RGB 121 83 56 -
CMYK 0 0.31 0.54 0.53
HSL 24.92º 0.37% 0.35% -
HSV(B) 24.92º 0.54% 0.47% -
XYZ 11.69 10.54 5.16 -
YUV 91.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 121 83 56 0 0.31 0.54 0.53 24.92 0.37 0.35
Hex 79 53 38 0 1F 36 35 19 25 23
Octal 171 123 70 0 37 66 65 31 45 43
Binary 1111001 1010011 111000 0 11111 110110 110101 11001 100101 100011

Color Harmonies of #795338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795338

Black with #795338

Text Example


Text Example

White with #795338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795338; }

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

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

background-color css

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

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

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

border-color css

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

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

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