Html Css Color HEX #7F281A Burnt Umber

📋 copy color: '#7F281A'

red 127 ◦ green 40 ◦ blue 26

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

Shades of Burnt Umber #7F281A

Tints of Burnt Umber #7F281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

 BLUE value IS 26 (10.55% from 255) = 13.47%

R = 65.8%
G = 20.73%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F281A (or 0x7F281A) is known color: Burnt Umber. HEX triplet: 7F, 28 and 1A. RGB value is (127,40,26). Sum of RGB (Red+Green+Blue) = 127+40+26=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F281A is #80D7E5. Grayscale: #404040. Windows color (decimal): -8443878 or 1714303. OLE color: 1714303.

HSL color Cylindrical-coordinate representation of color #7F281A: hue angle of 8.32º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F281A is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 40 26 -
CMYK 0 0.69 0.80 0.50
HSL 8.32º 0.66% 0.3% -
HSV(B) 8.32º 0.8% 0.5% -
XYZ 9.7 6.1 1.64 -
YUV 64.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 127 40 26 0 0.69 0.80 0.50 8.32 0.66 0.3
Hex 7F 28 1A 0 45 50 32 8 42 1E
Octal 177 50 32 0 105 120 62 10 102 36
Binary 1111111 101000 11010 0 1000101 1010000 110010 1000 1000010 11110

Color Harmonies of #7F281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F281A

Black with #7F281A

Text Example


Text Example

White with #7F281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,40,26); }

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

background-color css

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

 a { background-color: rgb(127,40,26); }

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

border-color css

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

 span { border-color: rgb(127,40,26); }

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