Html Css Color HEX #774816 Raw Umber

📋 copy color: '#774816'

red 119 ◦ green 72 ◦ blue 22

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

Shades of Raw Umber #774816

Tints of Raw Umber #774816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

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

R = 55.87%
G = 33.8%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#774816 (or 0x774816) is known color: Raw Umber. HEX triplet: 77, 48 and 16. RGB value is (119,72,22). Sum of RGB (Red+Green+Blue) = 119+72+22=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #774816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774816 is #88B7E9. Grayscale: #505050. Windows color (decimal): -8959978 or 1460343. OLE color: 1460343.

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

Color convert

RGB 119 72 22 -
CMYK 0 0.39 0.82 0.53
HSL 30.93º 0.69% 0.28% -
HSV(B) 30.93º 0.82% 0.47% -
XYZ 10.07 8.61 1.89 -
YUV 80.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 119 72 22 0 0.39 0.82 0.53 30.93 0.69 0.28
Hex 77 48 16 0 27 52 35 1F 45 1C
Octal 167 110 26 0 47 122 65 37 105 34
Binary 1110111 1001000 10110 0 100111 1010010 110101 11111 1000101 11100

Color Harmonies of #774816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774816

Black with #774816

Text Example


Text Example

White with #774816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774816; }

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

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

background-color css

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

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

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

border-color css

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

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

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