Html Css Color HEX #774F13 Raw Umber

📋 copy color: '#774F13'

red 119 ◦ green 79 ◦ blue 19

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

Shades of Raw Umber #774F13

Tints of Raw Umber #774F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.41%

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 54.84%
G = 36.41%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#774F13 (or 0x774F13) is known color: Raw Umber. HEX triplet: 77, 4F and 13. RGB value is (119,79,19). Sum of RGB (Red+Green+Blue) = 119+79+19=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #774F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F13 is #88B0EC. Grayscale: #545454. Windows color (decimal): -8958189 or 1265527. OLE color: 1265527.

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

Color convert

RGB 119 79 19 -
CMYK 0 0.34 0.84 0.53
HSL 36º 0.72% 0.27% -
HSV(B) 36º 0.84% 0.47% -
XYZ 10.52 9.56 1.91 -
YUV 84.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 119 79 19 0 0.34 0.84 0.53 36 0.72 0.27
Hex 77 4F 13 0 22 54 35 24 48 1B
Octal 167 117 23 0 42 124 65 44 110 33
Binary 1110111 1001111 10011 0 100010 1010100 110101 100100 1001000 11011

Color Harmonies of #774F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F13

Black with #774F13

Text Example


Text Example

White with #774F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,79,19); }

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

background-color css

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

 a { background-color: rgb(119,79,19); }

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

border-color css

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

 span { border-color: rgb(119,79,19); }

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