Html Css Color HEX #775033 Old Copper

📋 copy color: '#775033'

red 119 ◦ green 80 ◦ blue 51

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

Shades of Old Copper #775033

Tints of Old Copper #775033

RGB

 RED value IS 119 (46.88% from 255) = 47.6%

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

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

R = 47.6%
G = 32%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#775033 (or 0x775033) is known color: Old Copper. HEX triplet: 77, 50 and 33. RGB value is (119,80,51). Sum of RGB (Red+Green+Blue) = 119+80+51=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #775033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775033 is #88AFCC. Grayscale: #585858. Windows color (decimal): -8957901 or 3362935. OLE color: 3362935.

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

Color convert

RGB 119 80 51 -
CMYK 0 0.33 0.57 0.53
HSL 25.59º 0.4% 0.33% -
HSV(B) 25.59º 0.57% 0.47% -
XYZ 11.07 9.9 4.46 -
YUV 88.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 119 80 51 0 0.33 0.57 0.53 25.59 0.4 0.33
Hex 77 50 33 0 21 39 35 1A 28 21
Octal 167 120 63 0 41 71 65 32 50 41
Binary 1110111 1010000 110011 0 100001 111001 110101 11010 101000 100001

Color Harmonies of #775033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775033

Black with #775033

Text Example


Text Example

White with #775033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775033; }

 p { color: rgb(119,80,51); }

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

background-color css

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

 a { background-color: rgb(119,80,51); }

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

border-color css

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

 span { border-color: rgb(119,80,51); }

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