Html Css Color HEX #774D15 Raw Umber

📋 copy color: '#774D15'

red 119 ◦ green 77 ◦ blue 21

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

Shades of Raw Umber #774D15

Tints of Raw Umber #774D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.48%

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 54.84%
G = 35.48%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#774D15 (or 0x774D15) is known color: Raw Umber. HEX triplet: 77, 4D and 15. RGB value is (119,77,21). Sum of RGB (Red+Green+Blue) = 119+77+21=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #774D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774D15 is #88B2EA. Grayscale: #535353. Windows color (decimal): -8958699 or 1396087. OLE color: 1396087.

HSL color Cylindrical-coordinate representation of color #774D15: hue angle of 34.29º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #774D15 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 21 -
CMYK 0 0.35 0.82 0.53
HSL 34.29º 0.7% 0.27% -
HSV(B) 34.29º 0.82% 0.47% -
XYZ 10.4 9.28 1.95 -
YUV 83.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 119 77 21 0 0.35 0.82 0.53 34.29 0.7 0.27
Hex 77 4D 15 0 23 52 35 22 46 1B
Octal 167 115 25 0 43 122 65 42 106 33
Binary 1110111 1001101 10101 0 100011 1010010 110101 100010 1000110 11011

Color Harmonies of #774D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D15

Black with #774D15

Text Example


Text Example

White with #774D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D15; }

 p { color: rgb(119,77,21); }

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

background-color css

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

 a { background-color: rgb(119,77,21); }

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

border-color css

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

 span { border-color: rgb(119,77,21); }

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