Html Css Color HEX #7F2914 Burnt Umber

📋 copy color: '#7F2914'

red 127 ◦ green 41 ◦ blue 20

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

Shades of Burnt Umber #7F2914

Tints of Burnt Umber #7F2914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

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

R = 67.55%
G = 21.81%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F2914 (or 0x7F2914) is known color: Burnt Umber. HEX triplet: 7F, 29 and 14. RGB value is (127,41,20). Sum of RGB (Red+Green+Blue) = 127+41+20=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2914 is #80D6EB. Grayscale: #404040. Windows color (decimal): -8443628 or 1321343. OLE color: 1321343.

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

Color convert

RGB 127 41 20 -
CMYK 0 0.68 0.84 0.50
HSL 11.78º 0.73% 0.29% -
HSV(B) 11.78º 0.84% 0.5% -
XYZ 9.67 6.15 1.34 -
YUV 64.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 127 41 20 0 0.68 0.84 0.50 11.78 0.73 0.29
Hex 7F 29 14 0 44 54 32 C 49 1D
Octal 177 51 24 0 104 124 62 14 111 35
Binary 1111111 101001 10100 0 1000100 1010100 110010 1100 1001001 11101

Color Harmonies of #7F2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2914

Black with #7F2914

Text Example


Text Example

White with #7F2914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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