#8B3225

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

Shades of Burnt Umber #8B3225

Tints of Burnt Umber #8B3225

Color information

#8B3225 (or 0x8B3225) is unknown color: approx Burnt Umber. HEX triplet: 8B, 32 and 25. RGB value is (139,50,37). Sum of RGB (Red+Green+Blue) = 139+50+37=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3225 is #74CDDA. Grayscale: #4B4B4B. Windows color (decimal): -7654875 or 2437771. OLE color: 2437771.

HSL color Cylindrical-coordinate representation of color #8B3225: hue angle of 7.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B3225 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1395037-
CMYK00.640.730.45
HSL7.65º57.95%34.51%-
HSV(B)7.65º73.38%54.51%-
XYZ12.127.92.64-
YUV75.13106.49173.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=61.50%
G=22.12%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139503700.640.730.457.6557.9534.51
Hex8B3225040492D83a23
Octal2136245010011155107243
Binary100010111100101001010100000010010011011011000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B3225; }

 p { color: rgb(139,50,37); }

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

<style>
 a { background-color: #8B3225; }

 a { background-color: rgb(139,50,37); }

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

<style>
 span { border-color: #8B3225; }

 span { border-color: rgb(139,50,37); }

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