Html Css Color HEX #7F2913 Burnt Umber

📋 copy color: '#7F2913'

red 127 ◦ green 41 ◦ blue 19

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

Shades of Burnt Umber #7F2913

Tints of Burnt Umber #7F2913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 67.91%
G = 21.93%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#7F2913 (or 0x7F2913) is known color: Burnt Umber. HEX triplet: 7F, 29 and 13. RGB value is (127,41,19). Sum of RGB (Red+Green+Blue) = 127+41+19=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2913 is #80D6EC. Grayscale: #404040. Windows color (decimal): -8443629 or 1255807. OLE color: 1255807.

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

Color convert

RGB 127 41 19 -
CMYK 0 0.68 0.85 0.50
HSL 12.22º 0.74% 0.29% -
HSV(B) 12.22º 0.85% 0.5% -
XYZ 9.66 6.14 1.29 -
YUV 64.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 127 41 19 0 0.68 0.85 0.50 12.22 0.74 0.29
Hex 7F 29 13 0 44 55 32 C 4A 1D
Octal 177 51 23 0 104 125 62 14 112 35
Binary 1111111 101001 10011 0 1000100 1010101 110010 1100 1001010 11101

Color Harmonies of #7F2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2913

Black with #7F2913

Text Example


Text Example

White with #7F2913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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