Html Css Color HEX #775816 Raw Umber

📋 copy color: '#775816'

red 119 ◦ green 88 ◦ blue 22

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

Shades of Raw Umber #775816

Tints of Raw Umber #775816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.43%

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

R = 51.97%
G = 38.43%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#775816 (or 0x775816) is known color: Raw Umber. HEX triplet: 77, 58 and 16. RGB value is (119,88,22). Sum of RGB (Red+Green+Blue) = 119+88+22=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #775816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775816 is #88A7E9. Grayscale: #5A5A5A. Windows color (decimal): -8955882 or 1464439. OLE color: 1464439.

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

Color convert

RGB 119 88 22 -
CMYK 0 0.26 0.82 0.53
HSL 40.82º 0.69% 0.28% -
HSV(B) 40.82º 0.82% 0.47% -
XYZ 11.24 10.96 2.28 -
YUV 89.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 119 88 22 0 0.26 0.82 0.53 40.82 0.69 0.28
Hex 77 58 16 0 1A 52 35 29 45 1C
Octal 167 130 26 0 32 122 65 51 105 34
Binary 1110111 1011000 10110 0 11010 1010010 110101 101001 1000101 11100

Color Harmonies of #775816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775816

Black with #775816

Text Example


Text Example

White with #775816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775816; }

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

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

background-color css

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

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

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

border-color css

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

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

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