#853B36

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

Shades of Prairie Sand #853B36

Tints of Prairie Sand #853B36

Color information

#853B36 (or 0x853B36) is unknown color: approx Prairie Sand. HEX triplet: 85, 3B and 36. RGB value is (133,59,54). Sum of RGB (Red+Green+Blue) = 133+59+54=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #853B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B36 is #7AC4C9. Grayscale: #505050. Windows color (decimal): -8045770 or 3554181. OLE color: 3554181.

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

Color convert

RGB1335954-
CMYK00.560.590.48
HSL3.8º42.25%36.67%-
HSV(B)3.8º59.4%52.16%-
XYZ11.98.384.48-
YUV80.56113.02165.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=54.07%
G=23.98%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133595400.560.590.483.842.2536.67
Hex853B360383B3042a25
Octal2057366070736045245
Binary100001011110111101100111000111011110000100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,59,54); }

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

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

 a { background-color: rgb(133,59,54); }

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

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

 span { border-color: rgb(133,59,54); }

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