Html Css Color HEX #775316 Raw Umber

📋 copy color: '#775316'

red 119 ◦ green 83 ◦ blue 22

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

Shades of Raw Umber #775316

Tints of Raw Umber #775316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

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

R = 53.13%
G = 37.05%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#775316 (or 0x775316) is known color: Raw Umber. HEX triplet: 77, 53 and 16. RGB value is (119,83,22). Sum of RGB (Red+Green+Blue) = 119+83+22=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #775316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775316 is #88ACE9. Grayscale: #575757. Windows color (decimal): -8957162 or 1463159. OLE color: 1463159.

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

Color convert

RGB 119 83 22 -
CMYK 0 0.30 0.82 0.53
HSL 37.73º 0.69% 0.28% -
HSV(B) 37.73º 0.82% 0.47% -
XYZ 10.85 10.17 2.15 -
YUV 86.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 119 83 22 0 0.30 0.82 0.53 37.73 0.69 0.28
Hex 77 53 16 0 1E 52 35 26 45 1C
Octal 167 123 26 0 36 122 65 46 105 34
Binary 1110111 1010011 10110 0 11110 1010010 110101 100110 1000101 11100

Color Harmonies of #775316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775316

Black with #775316

Text Example


Text Example

White with #775316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775316; }

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

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

background-color css

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

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

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

border-color css

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

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

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