Html Css Color HEX #7F2F1F Burnt Umber

📋 copy color: '#7F2F1F'

red 127 ◦ green 47 ◦ blue 31

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

Shades of Burnt Umber #7F2F1F

Tints of Burnt Umber #7F2F1F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.93%

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 61.95%
G = 22.93%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F2F1F (or 0x7F2F1F) is known color: Burnt Umber. HEX triplet: 7F, 2F and 1F. RGB value is (127,47,31). Sum of RGB (Red+Green+Blue) = 127+47+31=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2F1F is #80D0E0. Grayscale: #454545. Windows color (decimal): -8442081 or 2043775. OLE color: 2043775.

HSL color Cylindrical-coordinate representation of color #7F2F1F: hue angle of 10º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F2F1F is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 47 31 -
CMYK 0 0.63 0.76 0.50
HSL 10º 0.61% 0.31% -
HSV(B) 10º 0.76% 0.5% -
XYZ 10.02 6.64 2.05 -
YUV 69.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 127 47 31 0 0.63 0.76 0.50 10 0.61 0.31
Hex 7F 2F 1F 0 3F 4C 32 A 3D 1F
Octal 177 57 37 0 77 114 62 12 75 37
Binary 1111111 101111 11111 0 111111 1001100 110010 1010 111101 11111

Color Harmonies of #7F2F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2F1F

Black with #7F2F1F

Text Example


Text Example

White with #7F2F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,47,31); }

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

background-color css

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

 a { background-color: rgb(127,47,31); }

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

border-color css

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

 span { border-color: rgb(127,47,31); }

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