Html Css Color HEX #785233 Old Copper

📋 copy color: '#785233'

red 120 ◦ green 82 ◦ blue 51

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

Shades of Old Copper #785233

Tints of Old Copper #785233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 47.43%
G = 32.41%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#785233 (or 0x785233) is known color: Old Copper. HEX triplet: 78, 52 and 33. RGB value is (120,82,51). Sum of RGB (Red+Green+Blue) = 120+82+51=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #785233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785233 is #87ADCC. Grayscale: #595959. Windows color (decimal): -8891853 or 3363448. OLE color: 3363448.

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

Color convert

RGB 120 82 51 -
CMYK 0 0.32 0.58 0.53
HSL 26.96º 0.4% 0.34% -
HSV(B) 26.96º 0.58% 0.47% -
XYZ 11.36 10.27 4.51 -
YUV 89.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 120 82 51 0 0.32 0.58 0.53 26.96 0.4 0.34
Hex 78 52 33 0 20 3A 35 1B 28 22
Octal 170 122 63 0 40 72 65 33 50 42
Binary 1111000 1010010 110011 0 100000 111010 110101 11011 101000 100010

Color Harmonies of #785233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785233

Black with #785233

Text Example


Text Example

White with #785233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785233; }

 p { color: rgb(120,82,51); }

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

background-color css

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

 a { background-color: rgb(120,82,51); }

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

border-color css

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

 span { border-color: rgb(120,82,51); }

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