#8B3F33

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

Shades of Prairie Sand #8B3F33

Tints of Prairie Sand #8B3F33

Color information

#8B3F33 (or 0x8B3F33) is unknown color: approx Prairie Sand. HEX triplet: 8B, 3F and 33. RGB value is (139,63,51). Sum of RGB (Red+Green+Blue) = 139+63+51=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3F33 is #74C0CC. Grayscale: #545454. Windows color (decimal): -7651533 or 3358603. OLE color: 3358603.

HSL color Cylindrical-coordinate representation of color #8B3F33: hue angle of 8.18º 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 #8B3F33 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1396351-
CMYK00.550.630.45
HSL8.18º46.32%37.25%-
HSV(B)8.18º63.31%54.51%-
XYZ13.029.284.24-
YUV84.36109.18166.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.94%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=54.94%
G=24.90%
B=20.16%

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
Decimal139635100.550.630.458.1846.3237.25
Hex8B3F330373F2D82e25
Octal21377630677755105645
Binary1000101111111111001101101111111111011011000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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