#8B3F30

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

Shades of Prairie Sand #8B3F30

Tints of Prairie Sand #8B3F30

Color information

#8B3F30 (or 0x8B3F30) is unknown color: approx Prairie Sand. HEX triplet: 8B, 3F and 30. RGB value is (139,63,48). Sum of RGB (Red+Green+Blue) = 139+63+48=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3F30 is #74C0CF. Grayscale: #545454. Windows color (decimal): -7651536 or 3161995. OLE color: 3161995.

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

Color convert

RGB1396348-
CMYK00.550.650.45
HSL9.89º48.66%36.67%-
HSV(B)9.89º65.47%54.51%-
XYZ12.969.263.9-
YUV84.01107.68167.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 63 (25% from 255) = 25.2%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=55.6%
G=25.2%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139634800.550.650.459.8948.6636.67
Hex8B3F30037412Da3125
Octal213776006710155126145
Binary10001011111111110000011011110000011011011010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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