Html Css Color HEX #775613 Raw Umber

📋 copy color: '#775613'

red 119 ◦ green 86 ◦ blue 19

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

Shades of Raw Umber #775613

Tints of Raw Umber #775613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

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

R = 53.13%
G = 38.39%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#775613 (or 0x775613) is known color: Raw Umber. HEX triplet: 77, 56 and 13. RGB value is (119,86,19). Sum of RGB (Red+Green+Blue) = 119+86+19=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #775613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775613 is #88A9EC. Grayscale: #585858. Windows color (decimal): -8956397 or 1267319. OLE color: 1267319.

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

Color convert

RGB 119 86 19 -
CMYK 0 0.28 0.84 0.53
HSL 40.2º 0.72% 0.27% -
HSV(B) 40.2º 0.84% 0.47% -
XYZ 11.05 10.62 2.08 -
YUV 88.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 119 86 19 0 0.28 0.84 0.53 40.2 0.72 0.27
Hex 77 56 13 0 1C 54 35 28 48 1B
Octal 167 126 23 0 34 124 65 50 110 33
Binary 1110111 1010110 10011 0 11100 1010100 110101 101000 1001000 11011

Color Harmonies of #775613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775613

Black with #775613

Text Example


Text Example

White with #775613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775613; }

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

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

background-color css

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

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

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

border-color css

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

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

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