Html Css Color HEX #774D16 Raw Umber

📋 copy color: '#774D16'

red 119 ◦ green 77 ◦ blue 22

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

Shades of Raw Umber #774D16

Tints of Raw Umber #774D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 54.59%
G = 35.32%
B = 10.09%

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

#774D16 (or 0x774D16) is known color: Raw Umber. HEX triplet: 77, 4D and 16. RGB value is (119,77,22). Sum of RGB (Red+Green+Blue) = 119+77+22=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #774D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774D16 is #88B2E9. Grayscale: #535353. Windows color (decimal): -8958698 or 1461623. OLE color: 1461623.

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

Color convert

RGB 119 77 22 -
CMYK 0 0.35 0.82 0.53
HSL 34.02º 0.69% 0.28% -
HSV(B) 34.02º 0.82% 0.47% -
XYZ 10.41 9.29 2 -
YUV 83.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 119 77 22 0 0.35 0.82 0.53 34.02 0.69 0.28
Hex 77 4D 16 0 23 52 35 22 45 1C
Octal 167 115 26 0 43 122 65 42 105 34
Binary 1110111 1001101 10110 0 100011 1010010 110101 100010 1000101 11100

Color Harmonies of #774D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D16

Black with #774D16

Text Example


Text Example

White with #774D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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