#8B423C

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

Shades of Prairie Sand #8B423C

Tints of Prairie Sand #8B423C

Color information

#8B423C (or 0x8B423C) is unknown color: approx Prairie Sand. HEX triplet: 8B, 42 and 3C. RGB value is (139,66,60). Sum of RGB (Red+Green+Blue) = 139+66+60=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B423C is #74BDC3. Grayscale: #575757. Windows color (decimal): -7650756 or 3949195. OLE color: 3949195.

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

Color convert

RGB1396660-
CMYK00.530.570.45
HSL4.56º39.7%39.02%-
HSV(B)4.56º56.83%54.51%-
XYZ13.419.715.44-
YUV87.14112.68164.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=52.45%
G=24.91%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139666000.530.570.454.5639.739.02
Hex8B423C035392D52827
Octal21310274065715555047
Binary1000101110000101111000110101111001101101101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,60); }

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

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

 a { background-color: rgb(139,66,60); }

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

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

 span { border-color: rgb(139,66,60); }

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