Html Css Color HEX #775311 Raw Umber

📋 copy color: '#775311'

red 119 ◦ green 83 ◦ blue 17

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

Shades of Raw Umber #775311

Tints of Raw Umber #775311

RGB

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

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

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

R = 54.34%
G = 37.9%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#775311 (or 0x775311) is known color: Raw Umber. HEX triplet: 77, 53 and 11. RGB value is (119,83,17). Sum of RGB (Red+Green+Blue) = 119+83+17=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #775311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775311 is #88ACEE. Grayscale: #565656. Windows color (decimal): -8957167 or 1135479. OLE color: 1135479.

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

Color convert

RGB 119 83 17 -
CMYK 0 0.30 0.86 0.53
HSL 38.82º 0.75% 0.27% -
HSV(B) 38.82º 0.86% 0.47% -
XYZ 10.8 10.15 1.92 -
YUV 86.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 119 83 17 0 0.30 0.86 0.53 38.82 0.75 0.27
Hex 77 53 11 0 1E 56 35 27 4B 1B
Octal 167 123 21 0 36 126 65 47 113 33
Binary 1110111 1010011 10001 0 11110 1010110 110101 100111 1001011 11011

Color Harmonies of #775311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775311

Black with #775311

Text Example


Text Example

White with #775311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775311; }

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

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

background-color css

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

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

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

border-color css

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

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

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