Html Css Color HEX #795A14 Raw Umber

📋 copy color: '#795A14'

red 121 ◦ green 90 ◦ blue 20

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

Shades of Raw Umber #795A14

Tints of Raw Umber #795A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

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

R = 52.38%
G = 38.96%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#795A14 (or 0x795A14) is known color: Raw Umber. HEX triplet: 79, 5A and 14. RGB value is (121,90,20). Sum of RGB (Red+Green+Blue) = 121+90+20=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #795A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795A14 is #86A5EB. Grayscale: #5B5B5B. Windows color (decimal): -8824300 or 1333881. OLE color: 1333881.

HSL color Cylindrical-coordinate representation of color #795A14: hue angle of 41.58º 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 #795A14 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 90 20 -
CMYK 0 0.26 0.83 0.53
HSL 41.58º 0.72% 0.28% -
HSV(B) 41.58º 0.83% 0.47% -
XYZ 11.67 11.43 2.25 -
YUV 91.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 121 90 20 0 0.26 0.83 0.53 41.58 0.72 0.28
Hex 79 5A 14 0 1A 53 35 2A 48 1C
Octal 171 132 24 0 32 123 65 52 110 34
Binary 1111001 1011010 10100 0 11010 1010011 110101 101010 1001000 11100

Color Harmonies of #795A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795A14

Black with #795A14

Text Example


Text Example

White with #795A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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