#7D331F

Color #7D331F Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #7D331F

Tints of Burnt Umber #7D331F

Color information

#7D331F (or 0x7D331F) is unknown color: approx Burnt Umber. HEX triplet: 7D, 33 and 1F. RGB value is (125,51,31). Sum of RGB (Red+Green+Blue) = 125+51+31=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D331F is #82CCE0. Grayscale: #474747. Windows color (decimal): -8572129 or 2044797. OLE color: 2044797.

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

Color convert

RGB1255131-
CMYK00.590.750.51
HSL12.77º60.26%30.59%-
HSV(B)12.77º75.2%49.02%-
XYZ9.896.832.09-
YUV70.85105.52166.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.39%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=60.39%
G=24.64%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125513100.590.750.5112.7760.2630.59
Hex7D331F03B4B33d3c1f
Octal175633707311363157437
Binary11111011100111111101110111001011110011110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,51,31); }

 H1.HeaderClassName
 {
   color: #7D331F;
 }
 .AnyTagClassName
 {
   color: #7D331F;
 }
</style>
background-color css

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

 a { background-color: rgb(125,51,31); }

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

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

 span { border-color: rgb(125,51,31); }

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