#8B3F38

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

Shades of Prairie Sand #8B3F38

Tints of Prairie Sand #8B3F38

Color information

#8B3F38 (or 0x8B3F38) is unknown color: approx Prairie Sand. HEX triplet: 8B, 3F and 38. RGB value is (139,63,56). Sum of RGB (Red+Green+Blue) = 139+63+56=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3F38 is #74C0C7. Grayscale: #555555. Windows color (decimal): -7651528 or 3686283. OLE color: 3686283.

HSL color Cylindrical-coordinate representation of color #8B3F38: hue angle of 5.06º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3F38 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1396356-
CMYK00.550.600.45
HSL5.06º42.56%38.24%-
HSV(B)5.06º59.71%54.51%-
XYZ13.149.334.85-
YUV84.93111.68166.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 63 (25% from 255) = 24.42%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=53.88%
G=24.42%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139635600.550.600.455.0642.5638.24
Hex8B3F380373C2D52b26
Octal2137770067745555346
Binary100010111111111110000110111111100101101101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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