Html Css Color HEX #7F2D1C Burnt Umber

📋 copy color: '#7F2D1C'

red 127 ◦ green 45 ◦ blue 28

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

Shades of Burnt Umber #7F2D1C

Tints of Burnt Umber #7F2D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14%

R = 63.5%
G = 22.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#7F2D1C (or 0x7F2D1C) is known color: Burnt Umber. HEX triplet: 7F, 2D and 1C. RGB value is (127,45,28). Sum of RGB (Red+Green+Blue) = 127+45+28=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2D1C is #80D2E3. Grayscale: #434343. Windows color (decimal): -8442596 or 1846655. OLE color: 1846655.

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

Color convert

RGB 127 45 28 -
CMYK 0 0.65 0.78 0.50
HSL 10.3º 0.64% 0.3% -
HSV(B) 10.3º 0.78% 0.5% -
XYZ 9.9 6.47 1.83 -
YUV 67.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 127 45 28 0 0.65 0.78 0.50 10.3 0.64 0.3
Hex 7F 2D 1C 0 41 4E 32 A 40 1E
Octal 177 55 34 0 101 116 62 12 100 36
Binary 1111111 101101 11100 0 1000001 1001110 110010 1010 1000000 11110

Color Harmonies of #7F2D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2D1C

Black with #7F2D1C

Text Example


Text Example

White with #7F2D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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