Html Css Color HEX #775213 Raw Umber

📋 copy color: '#775213'

red 119 ◦ green 82 ◦ blue 19

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

Shades of Raw Umber #775213

Tints of Raw Umber #775213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

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

R = 54.09%
G = 37.27%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#775213 (or 0x775213) is known color: Raw Umber. HEX triplet: 77, 52 and 13. RGB value is (119,82,19). Sum of RGB (Red+Green+Blue) = 119+82+19=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #775213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775213 is #88ADEC. Grayscale: #565656. Windows color (decimal): -8957421 or 1266295. OLE color: 1266295.

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

Color convert

RGB 119 82 19 -
CMYK 0 0.31 0.84 0.53
HSL 37.8º 0.72% 0.27% -
HSV(B) 37.8º 0.84% 0.47% -
XYZ 10.74 10 1.98 -
YUV 85.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 119 82 19 0 0.31 0.84 0.53 37.8 0.72 0.27
Hex 77 52 13 0 1F 54 35 26 48 1B
Octal 167 122 23 0 37 124 65 46 110 33
Binary 1110111 1010010 10011 0 11111 1010100 110101 100110 1001000 11011

Color Harmonies of #775213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775213

Black with #775213

Text Example


Text Example

White with #775213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775213; }

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

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

background-color css

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

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

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

border-color css

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

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

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