Html Css Color HEX #7F301F Burnt Umber

📋 copy color: '#7F301F'

red 127 ◦ green 48 ◦ blue 31

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

Shades of Burnt Umber #7F301F

Tints of Burnt Umber #7F301F

RGB

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

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

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

R = 61.65%
G = 23.3%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F301F (or 0x7F301F) is known color: Burnt Umber. HEX triplet: 7F, 30 and 1F. RGB value is (127,48,31). Sum of RGB (Red+Green+Blue) = 127+48+31=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F301F is #80CFE0. Grayscale: #454545. Windows color (decimal): -8441825 or 2044031. OLE color: 2044031.

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

Color convert

RGB 127 48 31 -
CMYK 0 0.62 0.76 0.50
HSL 10.63º 0.61% 0.31% -
HSV(B) 10.63º 0.76% 0.5% -
XYZ 10.06 6.72 2.06 -
YUV 69.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 127 48 31 0 0.62 0.76 0.50 10.63 0.61 0.31
Hex 7F 30 1F 0 3E 4C 32 B 3D 1F
Octal 177 60 37 0 76 114 62 13 75 37
Binary 1111111 110000 11111 0 111110 1001100 110010 1011 111101 11111

Color Harmonies of #7F301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F301F

Black with #7F301F

Text Example


Text Example

White with #7F301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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