Html Css Color HEX #785035 Old Copper

📋 copy color: '#785035'

red 120 ◦ green 80 ◦ blue 53

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

Shades of Old Copper #785035

Tints of Old Copper #785035

RGB

 RED value IS 120 (47.27% from 255) = 47.43%

 GREEN value IS 80 (31.64% from 255) = 31.62%

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

R = 47.43%
G = 31.62%
B = 20.95%

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

#785035 (or 0x785035) is known color: Old Copper. HEX triplet: 78, 50 and 35. RGB value is (120,80,53). Sum of RGB (Red+Green+Blue) = 120+80+53=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #785035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785035 is #87AFCA. Grayscale: #595959. Windows color (decimal): -8892363 or 3494008. OLE color: 3494008.

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

Color convert

RGB 120 80 53 -
CMYK 0 0.33 0.56 0.53
HSL 24.18º 0.39% 0.34% -
HSV(B) 24.18º 0.56% 0.47% -
XYZ 11.26 9.99 4.7 -
YUV 88.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 120 80 53 0 0.33 0.56 0.53 24.18 0.39 0.34
Hex 78 50 35 0 21 38 35 18 27 22
Octal 170 120 65 0 41 70 65 30 47 42
Binary 1111000 1010000 110101 0 100001 111000 110101 11000 100111 100010

Color Harmonies of #785035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785035

Black with #785035

Text Example


Text Example

White with #785035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785035; }

 p { color: rgb(120,80,53); }

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

background-color css

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

 a { background-color: rgb(120,80,53); }

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

border-color css

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

 span { border-color: rgb(120,80,53); }

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