#854135

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

Shades of Prairie Sand #854135

Tints of Prairie Sand #854135

Color information

#854135 (or 0x854135) is unknown color: approx Prairie Sand. HEX triplet: 85, 41 and 35. RGB value is (133,65,53). Sum of RGB (Red+Green+Blue) = 133+65+53=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #854135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854135 is #7ABECA. Grayscale: #545454. Windows color (decimal): -8044235 or 3490181. OLE color: 3490181.

HSL color Cylindrical-coordinate representation of color #854135: hue angle of 9º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854135 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1336553-
CMYK00.510.600.48
HSL43.01%36.47%-
HSV(B)60.15%52.16%-
XYZ12.219.024.47-
YUV83.96110.53162.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=52.99%
G=25.90%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133655300.510.600.48943.0136.47
Hex8541350333C3092b24
Octal205101650637460115344
Binary10000101100000111010101100111111001100001001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854135; }

 p { color: rgb(133,65,53); }

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

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

 a { background-color: rgb(133,65,53); }

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

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

 span { border-color: rgb(133,65,53); }

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