#7C3325

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

Shades of Burnt Umber #7C3325

Tints of Burnt Umber #7C3325

Color information

#7C3325 (or 0x7C3325) is unknown color: approx Burnt Umber. HEX triplet: 7C, 33 and 25. RGB value is (124,51,37). Sum of RGB (Red+Green+Blue) = 124+51+37=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3325 is #83CCDA. Grayscale: #474747. Windows color (decimal): -8637659 or 2438012. OLE color: 2438012.

HSL color Cylindrical-coordinate representation of color #7C3325: hue angle of 9.66º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C3325 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB1245137-
CMYK00.590.700.51
HSL9.66º54.04%31.57%-
HSV(B)9.66º70.16%48.63%-
XYZ9.836.792.54-
YUV71.23108.68165.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.49%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 37 (14.84% from 255) = 17.45%
R=58.49%
G=24.06%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124513700.590.700.519.6654.0431.57
Hex7C332503B4633a3620
Octal174634507310663126640
Binary1111100110011100101011101110001101100111010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,37); }

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

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

 a { background-color: rgb(124,51,37); }

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

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

 span { border-color: rgb(124,51,37); }

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