#8B3D37

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

Shades of Prairie Sand #8B3D37

Tints of Prairie Sand #8B3D37

Color information

#8B3D37 (or 0x8B3D37) is unknown color: approx Prairie Sand. HEX triplet: 8B, 3D and 37. RGB value is (139,61,55). Sum of RGB (Red+Green+Blue) = 139+61+55=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3D37 is #74C2C8. Grayscale: #535353. Windows color (decimal): -7652041 or 3620235. OLE color: 3620235.

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

Color convert

RGB1396155-
CMYK00.560.600.45
HSL4.29º43.3%38.04%-
HSV(B)4.29º60.43%54.51%-
XYZ13.019.14.69-
YUV83.64111.84167.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 55 (21.88% from 255) = 21.57%
R=54.51%
G=23.92%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139615500.560.600.454.2943.338.04
Hex8B3D370383C2D42b26
Octal2137567070745545346
Binary100010111111011101110111000111100101101100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,61,55); }

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

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

 a { background-color: rgb(139,61,55); }

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

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

 span { border-color: rgb(139,61,55); }

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