Html Css Color HEX #795514 Raw Umber

📋 copy color: '#795514'

red 121 ◦ green 85 ◦ blue 20

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

Shades of Raw Umber #795514

Tints of Raw Umber #795514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 53.54%
G = 37.61%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#795514 (or 0x795514) is known color: Raw Umber. HEX triplet: 79, 55 and 14. RGB value is (121,85,20). Sum of RGB (Red+Green+Blue) = 121+85+20=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #795514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795514 is #86AAEB. Grayscale: #585858. Windows color (decimal): -8825580 or 1332601. OLE color: 1332601.

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

Color convert

RGB 121 85 20 -
CMYK 0 0.30 0.83 0.53
HSL 38.61º 0.72% 0.28% -
HSV(B) 38.61º 0.83% 0.47% -
XYZ 11.26 10.61 2.12 -
YUV 88.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 121 85 20 0 0.30 0.83 0.53 38.61 0.72 0.28
Hex 79 55 14 0 1E 53 35 27 48 1C
Octal 171 125 24 0 36 123 65 47 110 34
Binary 1111001 1010101 10100 0 11110 1010011 110101 100111 1001000 11100

Color Harmonies of #795514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795514

Black with #795514

Text Example


Text Example

White with #795514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795514; }

 p { color: rgb(121,85,20); }

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

background-color css

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

 a { background-color: rgb(121,85,20); }

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

border-color css

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

 span { border-color: rgb(121,85,20); }

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