#854136

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

Shades of Prairie Sand #854136

Tints of Prairie Sand #854136

Color information

#854136 (or 0x854136) is unknown color: approx Prairie Sand. HEX triplet: 85, 41 and 36. RGB value is (133,65,54). Sum of RGB (Red+Green+Blue) = 133+65+54=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #854136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854136 is #7ABEC9. Grayscale: #545454. Windows color (decimal): -8044234 or 3555717. OLE color: 3555717.

HSL color Cylindrical-coordinate representation of color #854136: hue angle of 8.35º 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 #854136 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1336554-
CMYK00.510.590.48
HSL8.35º42.25%36.67%-
HSV(B)8.35º59.4%52.16%-
XYZ12.239.034.59-
YUV84.08111.03162.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 54 (21.48% from 255) = 21.43%
R=52.78%
G=25.79%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133655400.510.590.488.3542.2536.67
Hex8541360333B3082a25
Octal205101660637360105245
Binary10000101100000111011001100111110111100001000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854136; }

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

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

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

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

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

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

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

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