#853F3A

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

Shades of Prairie Sand #853F3A

Tints of Prairie Sand #853F3A

Color information

#853F3A (or 0x853F3A) is unknown color: approx Prairie Sand. HEX triplet: 85, 3F and 3A. RGB value is (133,63,58). Sum of RGB (Red+Green+Blue) = 133+63+58=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #853F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F3A is #7AC0C5. Grayscale: #535353. Windows color (decimal): -8044742 or 3817349. OLE color: 3817349.

HSL color Cylindrical-coordinate representation of color #853F3A: hue angle of 4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853F3A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1336358-
CMYK00.530.560.48
HSL39.27%37.45%-
HSV(B)56.39%52.16%-
XYZ12.218.855.07-
YUV83.36113.69163.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 63 (25% from 255) = 24.80%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=52.36%
G=24.80%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133635800.530.560.48439.2737.45
Hex853F3A035383042725
Octal2057772065706044745
Binary100001011111111110100110101111000110000100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853F3A; }

 p { color: rgb(133,63,58); }

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

<style>
 a { background-color: #853F3A; }

 a { background-color: rgb(133,63,58); }

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

<style>
 span { border-color: #853F3A; }

 span { border-color: rgb(133,63,58); }

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