Html Css Color HEX #7F321F Burnt Umber

📋 copy color: '#7F321F'

red 127 ◦ green 50 ◦ blue 31

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

Shades of Burnt Umber #7F321F

Tints of Burnt Umber #7F321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

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

R = 61.06%
G = 24.04%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F321F (or 0x7F321F) is known color: Burnt Umber. HEX triplet: 7F, 32 and 1F. RGB value is (127,50,31). Sum of RGB (Red+Green+Blue) = 127+50+31=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F321F is #80CDE0. Grayscale: #474747. Windows color (decimal): -8441313 or 2044543. OLE color: 2044543.

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

Color convert

RGB 127 50 31 -
CMYK 0 0.61 0.76 0.50
HSL 11.88º 0.61% 0.31% -
HSV(B) 11.88º 0.76% 0.5% -
XYZ 10.14 6.89 2.09 -
YUV 70.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 127 50 31 0 0.61 0.76 0.50 11.88 0.61 0.31
Hex 7F 32 1F 0 3D 4C 32 C 3D 1F
Octal 177 62 37 0 75 114 62 14 75 37
Binary 1111111 110010 11111 0 111101 1001100 110010 1100 111101 11111

Color Harmonies of #7F321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F321F

Black with #7F321F

Text Example


Text Example

White with #7F321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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