Html Css Color HEX #774413 Raw Umber

📋 copy color: '#774413'

red 119 ◦ green 68 ◦ blue 19

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

Shades of Raw Umber #774413

Tints of Raw Umber #774413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.01%

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

R = 57.77%
G = 33.01%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#774413 (or 0x774413) is known color: Raw Umber. HEX triplet: 77, 44 and 13. RGB value is (119,68,19). Sum of RGB (Red+Green+Blue) = 119+68+19=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #774413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774413 is #88BBEC. Grayscale: #4D4D4D. Windows color (decimal): -8961005 or 1262711. OLE color: 1262711.

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

Color convert

RGB 119 68 19 -
CMYK 0 0.43 0.84 0.53
HSL 29.4º 0.72% 0.27% -
HSV(B) 29.4º 0.84% 0.47% -
XYZ 9.79 8.1 1.66 -
YUV 77.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 119 68 19 0 0.43 0.84 0.53 29.4 0.72 0.27
Hex 77 44 13 0 2B 54 35 1D 48 1B
Octal 167 104 23 0 53 124 65 35 110 33
Binary 1110111 1000100 10011 0 101011 1010100 110101 11101 1001000 11011

Color Harmonies of #774413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774413

Black with #774413

Text Example


Text Example

White with #774413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774413; }

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

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

background-color css

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

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

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

border-color css

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

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

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