#8B433B

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

Shades of Prairie Sand #8B433B

Tints of Prairie Sand #8B433B

Color information

#8B433B (or 0x8B433B) is unknown color: approx Prairie Sand. HEX triplet: 8B, 43 and 3B. RGB value is (139,67,59). Sum of RGB (Red+Green+Blue) = 139+67+59=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B433B is #74BCC4. Grayscale: #575757. Windows color (decimal): -7650501 or 3883915. OLE color: 3883915.

HSL color Cylindrical-coordinate representation of color #8B433B: hue angle of 6º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B433B is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1396759-
CMYK00.520.580.45
HSL40.4%38.82%-
HSV(B)57.55%54.51%-
XYZ13.449.825.32-
YUV87.62111.85164.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=52.45%
G=25.28%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139675900.520.580.45640.438.82
Hex8B433B0343A2D62827
Octal21310373064725565047
Binary1000101110000111110110110100111010101101110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,67,59); }

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

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

 a { background-color: rgb(139,67,59); }

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

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

 span { border-color: rgb(139,67,59); }

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