Html Css Color HEX #7F3014 Burnt Umber

📋 copy color: '#7F3014'

red 127 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #7F3014

Tints of Burnt Umber #7F3014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 65.13%
G = 24.62%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F3014 (or 0x7F3014) is known color: Burnt Umber. HEX triplet: 7F, 30 and 14. RGB value is (127,48,20). Sum of RGB (Red+Green+Blue) = 127+48+20=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3014 is #80CFEB. Grayscale: #444444. Windows color (decimal): -8441836 or 1323135. OLE color: 1323135.

HSL color Cylindrical-coordinate representation of color #7F3014: hue angle of 15.7º 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 #7F3014 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 48 20 -
CMYK 0 0.62 0.84 0.50
HSL 15.7º 0.73% 0.29% -
HSV(B) 15.7º 0.84% 0.5% -
XYZ 9.94 6.68 1.43 -
YUV 68.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 127 48 20 0 0.62 0.84 0.50 15.7 0.73 0.29
Hex 7F 30 14 0 3E 54 32 10 49 1D
Octal 177 60 24 0 76 124 62 20 111 35
Binary 1111111 110000 10100 0 111110 1010100 110010 10000 1001001 11101

Color Harmonies of #7F3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3014

Black with #7F3014

Text Example


Text Example

White with #7F3014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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