#8B3E33

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

Shades of Prairie Sand #8B3E33

Tints of Prairie Sand #8B3E33

Color information

#8B3E33 (or 0x8B3E33) is unknown color: approx Prairie Sand. HEX triplet: 8B, 3E and 33. RGB value is (139,62,51). Sum of RGB (Red+Green+Blue) = 139+62+51=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3E33 is #74C1CC. Grayscale: #535353. Windows color (decimal): -7651789 or 3358347. OLE color: 3358347.

HSL color Cylindrical-coordinate representation of color #8B3E33: hue angle of 7.5º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3E33 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1396251-
CMYK00.550.630.45
HSL7.5º46.32%37.25%-
HSV(B)7.5º63.31%54.51%-
XYZ12.979.174.22-
YUV83.77109.51167.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=55.16%
G=24.60%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139625100.550.630.457.546.3237.25
Hex8B3E330373F2D72e25
Octal2137663067775575645
Binary100010111111101100110110111111111101101111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,62,51); }

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

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

 a { background-color: rgb(139,62,51); }

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

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

 span { border-color: rgb(139,62,51); }

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