Html Css Color HEX #775519 Raw Umber

📋 copy color: '#775519'

red 119 ◦ green 85 ◦ blue 25

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

Shades of Raw Umber #775519

Tints of Raw Umber #775519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 51.97%
G = 37.12%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#775519 (or 0x775519) is known color: Raw Umber. HEX triplet: 77, 55 and 19. RGB value is (119,85,25). Sum of RGB (Red+Green+Blue) = 119+85+25=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #775519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775519 is #88AAE6. Grayscale: #585858. Windows color (decimal): -8956647 or 1660279. OLE color: 1660279.

HSL color Cylindrical-coordinate representation of color #775519: hue angle of 38.3º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #775519 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 25 -
CMYK 0 0.29 0.79 0.53
HSL 38.3º 0.65% 0.28% -
HSV(B) 38.3º 0.79% 0.47% -
XYZ 11.03 10.49 2.36 -
YUV 88.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 119 85 25 0 0.29 0.79 0.53 38.3 0.65 0.28
Hex 77 55 19 0 1D 4F 35 26 41 1C
Octal 167 125 31 0 35 117 65 46 101 34
Binary 1110111 1010101 11001 0 11101 1001111 110101 100110 1000001 11100

Color Harmonies of #775519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775519

Black with #775519

Text Example


Text Example

White with #775519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775519; }

 p { color: rgb(119,85,25); }

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

background-color css

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

 a { background-color: rgb(119,85,25); }

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

border-color css

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

 span { border-color: rgb(119,85,25); }

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