Html Css Color HEX #775011 Raw Umber

📋 copy color: '#775011'

red 119 ◦ green 80 ◦ blue 17

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

Shades of Raw Umber #775011

Tints of Raw Umber #775011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 55.09%
G = 37.04%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#775011 (or 0x775011) is known color: Raw Umber. HEX triplet: 77, 50 and 11. RGB value is (119,80,17). Sum of RGB (Red+Green+Blue) = 119+80+17=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #775011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775011 is #88AFEE. Grayscale: #545454. Windows color (decimal): -8957935 or 1134711. OLE color: 1134711.

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

Color convert

RGB 119 80 17 -
CMYK 0 0.33 0.86 0.53
HSL 37.06º 0.75% 0.27% -
HSV(B) 37.06º 0.86% 0.47% -
XYZ 10.58 9.7 1.85 -
YUV 84.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 119 80 17 0 0.33 0.86 0.53 37.06 0.75 0.27
Hex 77 50 11 0 21 56 35 25 4B 1B
Octal 167 120 21 0 41 126 65 45 113 33
Binary 1110111 1010000 10001 0 100001 1010110 110101 100101 1001011 11011

Color Harmonies of #775011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775011

Black with #775011

Text Example


Text Example

White with #775011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775011; }

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

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

background-color css

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

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

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

border-color css

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

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

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