Html Css Color HEX #7F351F Burnt Umber

📋 copy color: '#7F351F'

red 127 ◦ green 53 ◦ blue 31

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

Shades of Burnt Umber #7F351F

Tints of Burnt Umber #7F351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

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

R = 60.19%
G = 25.12%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F351F (or 0x7F351F) is known color: Burnt Umber. HEX triplet: 7F, 35 and 1F. RGB value is (127,53,31). Sum of RGB (Red+Green+Blue) = 127+53+31=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F351F is #80CAE0. Grayscale: #484848. Windows color (decimal): -8440545 or 2045311. OLE color: 2045311.

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

Color convert

RGB 127 53 31 -
CMYK 0 0.58 0.76 0.50
HSL 13.75º 0.61% 0.31% -
HSV(B) 13.75º 0.76% 0.5% -
XYZ 10.27 7.16 2.14 -
YUV 72.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 127 53 31 0 0.58 0.76 0.50 13.75 0.61 0.31
Hex 7F 35 1F 0 3A 4C 32 E 3D 1F
Octal 177 65 37 0 72 114 62 16 75 37
Binary 1111111 110101 11111 0 111010 1001100 110010 1110 111101 11111

Color Harmonies of #7F351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F351F

Black with #7F351F

Text Example


Text Example

White with #7F351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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