Html Css Color HEX #7F5016 Raw Umber

📋 copy color: '#7F5016'

red 127 ◦ green 80 ◦ blue 22

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

Shades of Raw Umber #7F5016

Tints of Raw Umber #7F5016

RGB

 RED value IS 127 (50% from 255) = 55.46%

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

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 55.46%
G = 34.93%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F5016 (or 0x7F5016) is known color: Raw Umber. HEX triplet: 7F, 50 and 16. RGB value is (127,80,22). Sum of RGB (Red+Green+Blue) = 127+80+22=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5016 is #80AFE9. Grayscale: #575757. Windows color (decimal): -8433642 or 1462399. OLE color: 1462399.

HSL color Cylindrical-coordinate representation of color #7F5016: hue angle of 33.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F5016 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 80 22 -
CMYK 0 0.37 0.83 0.50
HSL 33.14º 0.7% 0.29% -
HSV(B) 33.14º 0.83% 0.5% -
XYZ 11.77 10.31 2.13 -
YUV 87.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 127 80 22 0 0.37 0.83 0.50 33.14 0.7 0.29
Hex 7F 50 16 0 25 53 32 21 46 1D
Octal 177 120 26 0 45 123 62 41 106 35
Binary 1111111 1010000 10110 0 100101 1010011 110010 100001 1000110 11101

Color Harmonies of #7F5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5016

Black with #7F5016

Text Example


Text Example

White with #7F5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5016; }

 p { color: rgb(127,80,22); }

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

background-color css

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

 a { background-color: rgb(127,80,22); }

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

border-color css

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

 span { border-color: rgb(127,80,22); }

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