Html Css Color HEX #7F3320 Burnt Umber

📋 copy color: '#7F3320'

red 127 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #7F3320

Tints of Burnt Umber #7F3320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 60.48%
G = 24.29%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F3320 (or 0x7F3320) is known color: Burnt Umber. HEX triplet: 7F, 33 and 20. RGB value is (127,51,32). Sum of RGB (Red+Green+Blue) = 127+51+32=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3320 is #80CCDF. Grayscale: #474747. Windows color (decimal): -8441056 or 2110335. OLE color: 2110335.

HSL color Cylindrical-coordinate representation of color #7F3320: hue angle of 12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F3320 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 51 32 -
CMYK 0 0.60 0.75 0.50
HSL 12º 0.6% 0.31% -
HSV(B) 12º 0.75% 0.5% -
XYZ 10.2 6.98 2.18 -
YUV 71.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 127 51 32 0 0.60 0.75 0.50 12 0.6 0.31
Hex 7F 33 20 0 3C 4B 32 C 3C 1F
Octal 177 63 40 0 74 113 62 14 74 37
Binary 1111111 110011 100000 0 111100 1001011 110010 1100 111100 11111

Color Harmonies of #7F3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3320

Black with #7F3320

Text Example


Text Example

White with #7F3320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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