#8B443A

Color #8B443A Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #8B443A

Tints of Prairie Sand #8B443A

Color information

#8B443A (or 0x8B443A) is unknown color: approx Prairie Sand. HEX triplet: 8B, 44 and 3A. RGB value is (139,68,58). Sum of RGB (Red+Green+Blue) = 139+68+58=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B443A is #74BBC5. Grayscale: #585858. Windows color (decimal): -7650246 or 3818635. OLE color: 3818635.

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

Color convert

RGB1396858-
CMYK00.510.580.45
HSL7.41º41.12%38.63%-
HSV(B)7.41º58.27%54.51%-
XYZ13.489.935.21-
YUV88.09111.02164.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=52.45%
G=25.66%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139685800.510.580.457.4141.1238.63
Hex8B443A0333A2D72927
Octal21310472063725575147
Binary1000101110001001110100110011111010101101111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,58); }

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

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

 a { background-color: rgb(139,68,58); }

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

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

 span { border-color: rgb(139,68,58); }

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