Html Css Color HEX #7F4D14 Raw Umber

📋 copy color: '#7F4D14'

red 127 ◦ green 77 ◦ blue 20

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

Shades of Raw Umber #7F4D14

Tints of Raw Umber #7F4D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.38%

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

R = 56.7%
G = 34.38%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F4D14 (or 0x7F4D14) is known color: Raw Umber. HEX triplet: 7F, 4D and 14. RGB value is (127,77,20). Sum of RGB (Red+Green+Blue) = 127+77+20=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F4D14 is #80B2EB. Grayscale: #555555. Windows color (decimal): -8434412 or 1330559. OLE color: 1330559.

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

Color convert

RGB 127 77 20 -
CMYK 0 0.39 0.84 0.50
HSL 31.96º 0.73% 0.29% -
HSV(B) 31.96º 0.84% 0.5% -
XYZ 11.53 9.87 1.96 -
YUV 85.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 127 77 20 0 0.39 0.84 0.50 31.96 0.73 0.29
Hex 7F 4D 14 0 27 54 32 20 49 1D
Octal 177 115 24 0 47 124 62 40 111 35
Binary 1111111 1001101 10100 0 100111 1010100 110010 100000 1001001 11101

Color Harmonies of #7F4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4D14

Black with #7F4D14

Text Example


Text Example

White with #7F4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,77,20); }

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

background-color css

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

 a { background-color: rgb(127,77,20); }

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

border-color css

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

 span { border-color: rgb(127,77,20); }

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