Html Css Color HEX #795500 Raw Umber

📋 copy color: '#795500'

red 121 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #795500

Tints of Raw Umber #795500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.74%
G = 41.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#795500 (or 0x795500) is known color: Raw Umber. HEX triplet: 79, 55 and 00. RGB value is (121,85,0). Sum of RGB (Red+Green+Blue) = 121+85+0=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #795500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795500 is #86AAFF. Grayscale: #565656. Windows color (decimal): -8825600 or 21881. OLE color: 21881.

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

Color convert

RGB 121 85 0 -
CMYK 0 0.30 1 0.53
HSL 42.15º 1% 0.24% -
HSV(B) 42.15º 1% 0.47% -
XYZ 11.13 10.56 1.45 -
YUV 86.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 121 85 0 0 0.30 1 0.53 42.15 1 0.24
Hex 79 55 0 0 1E 64 35 2A 64 18
Octal 171 125 0 0 36 144 65 52 144 30
Binary 1111001 1010101 0 0 11110 1100100 110101 101010 1100100 11000

Color Harmonies of #795500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795500

Black with #795500

Text Example


Text Example

White with #795500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795500; }

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

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

background-color css

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

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

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

border-color css

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

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

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