Html Css Color HEX #7F2D14 Burnt Umber

📋 copy color: '#7F2D14'

red 127 ◦ green 45 ◦ blue 20

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

Shades of Burnt Umber #7F2D14

Tints of Burnt Umber #7F2D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.44%

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 66.15%
G = 23.44%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F2D14 (or 0x7F2D14) is known color: Burnt Umber. HEX triplet: 7F, 2D and 14. RGB value is (127,45,20). Sum of RGB (Red+Green+Blue) = 127+45+20=192 (25% of max value = 765). Red value is 127 (50% from 255 or 66.15% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2D14 is #80D2EB. Grayscale: #424242. Windows color (decimal): -8442604 or 1322367. OLE color: 1322367.

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

Color convert

RGB 127 45 20 -
CMYK 0 0.65 0.84 0.50
HSL 14.02º 0.73% 0.29% -
HSV(B) 14.02º 0.84% 0.5% -
XYZ 9.82 6.44 1.39 -
YUV 66.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 127 45 20 0 0.65 0.84 0.50 14.02 0.73 0.29
Hex 7F 2D 14 0 41 54 32 E 49 1D
Octal 177 55 24 0 101 124 62 16 111 35
Binary 1111111 101101 10100 0 1000001 1010100 110010 1110 1001001 11101

Color Harmonies of #7F2D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2D14

Black with #7F2D14

Text Example


Text Example

White with #7F2D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,45,20); }

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

background-color css

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

 a { background-color: rgb(127,45,20); }

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

border-color css

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

 span { border-color: rgb(127,45,20); }

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