Html Css Color HEX #774913 Raw Umber

📋 copy color: '#774913'

red 119 ◦ green 73 ◦ blue 19

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

Shades of Raw Umber #774913

Tints of Raw Umber #774913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

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

R = 56.4%
G = 34.6%
B = 9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#774913 (or 0x774913) is known color: Raw Umber. HEX triplet: 77, 49 and 13. RGB value is (119,73,19). Sum of RGB (Red+Green+Blue) = 119+73+19=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #774913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774913 is #88B6EC. Grayscale: #505050. Windows color (decimal): -8959725 or 1263991. OLE color: 1263991.

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

Color convert

RGB 119 73 19 -
CMYK 0 0.39 0.84 0.53
HSL 32.4º 0.72% 0.27% -
HSV(B) 32.4º 0.84% 0.47% -
XYZ 10.11 8.73 1.77 -
YUV 80.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 119 73 19 0 0.39 0.84 0.53 32.4 0.72 0.27
Hex 77 49 13 0 27 54 35 20 48 1B
Octal 167 111 23 0 47 124 65 40 110 33
Binary 1110111 1001001 10011 0 100111 1010100 110101 100000 1001000 11011

Color Harmonies of #774913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774913

Black with #774913

Text Example


Text Example

White with #774913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774913; }

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

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

background-color css

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

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

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

border-color css

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

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

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