Html Css Color HEX #7F331C Burnt Umber

📋 copy color: '#7F331C'

red 127 ◦ green 51 ◦ blue 28

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

Shades of Burnt Umber #7F331C

Tints of Burnt Umber #7F331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

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

R = 61.65%
G = 24.76%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#7F331C (or 0x7F331C) is known color: Burnt Umber. HEX triplet: 7F, 33 and 1C. RGB value is (127,51,28). Sum of RGB (Red+Green+Blue) = 127+51+28=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F331C is #80CCE3. Grayscale: #474747. Windows color (decimal): -8441060 or 1848191. OLE color: 1848191.

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

Color convert

RGB 127 51 28 -
CMYK 0 0.60 0.78 0.50
HSL 13.94º 0.64% 0.3% -
HSV(B) 13.94º 0.78% 0.5% -
XYZ 10.15 6.96 1.91 -
YUV 71.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 127 51 28 0 0.60 0.78 0.50 13.94 0.64 0.3
Hex 7F 33 1C 0 3C 4E 32 E 40 1E
Octal 177 63 34 0 74 116 62 16 100 36
Binary 1111111 110011 11100 0 111100 1001110 110010 1110 1000000 11110

Color Harmonies of #7F331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F331C

Black with #7F331C

Text Example


Text Example

White with #7F331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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