Html Css Color HEX #7F2E14 Burnt Umber

📋 copy color: '#7F2E14'

red 127 ◦ green 46 ◦ blue 20

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

Shades of Burnt Umber #7F2E14

Tints of Burnt Umber #7F2E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.83%

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

R = 65.8%
G = 23.83%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F2E14 (or 0x7F2E14) is known color: Burnt Umber. HEX triplet: 7F, 2E and 14. RGB value is (127,46,20). Sum of RGB (Red+Green+Blue) = 127+46+20=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2E14 is #80D1EB. Grayscale: #434343. Windows color (decimal): -8442348 or 1322623. OLE color: 1322623.

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

Color convert

RGB 127 46 20 -
CMYK 0 0.64 0.84 0.50
HSL 14.58º 0.73% 0.29% -
HSV(B) 14.58º 0.84% 0.5% -
XYZ 9.86 6.52 1.4 -
YUV 67.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 127 46 20 0 0.64 0.84 0.50 14.58 0.73 0.29
Hex 7F 2E 14 0 40 54 32 F 49 1D
Octal 177 56 24 0 100 124 62 17 111 35
Binary 1111111 101110 10100 0 1000000 1010100 110010 1111 1001001 11101

Color Harmonies of #7F2E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2E14

Black with #7F2E14

Text Example


Text Example

White with #7F2E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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