Html Css Color HEX #795013 Raw Umber

📋 copy color: '#795013'

red 121 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #795013

Tints of Raw Umber #795013

RGB

 RED value IS 121 (47.66% from 255) = 55%

 GREEN value IS 80 (31.64% from 255) = 36.36%

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

R = 55%
G = 36.36%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#795013 (or 0x795013) is known color: Raw Umber. HEX triplet: 79, 50 and 13. RGB value is (121,80,19). Sum of RGB (Red+Green+Blue) = 121+80+19=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #795013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795013 is #86AFEC. Grayscale: #555555. Windows color (decimal): -8826861 or 1265785. OLE color: 1265785.

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

Color convert

RGB 121 80 19 -
CMYK 0 0.34 0.84 0.53
HSL 35.88º 0.73% 0.27% -
HSV(B) 35.88º 0.84% 0.47% -
XYZ 10.87 9.85 1.94 -
YUV 85.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 121 80 19 0 0.34 0.84 0.53 35.88 0.73 0.27
Hex 79 50 13 0 22 54 35 24 49 1B
Octal 171 120 23 0 42 124 65 44 111 33
Binary 1111001 1010000 10011 0 100010 1010100 110101 100100 1001001 11011

Color Harmonies of #795013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795013

Black with #795013

Text Example


Text Example

White with #795013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795013; }

 p { color: rgb(121,80,19); }

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

background-color css

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

 a { background-color: rgb(121,80,19); }

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

border-color css

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

 span { border-color: rgb(121,80,19); }

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