#864234

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

Shades of Prairie Sand #864234

Tints of Prairie Sand #864234

Color information

#864234 (or 0x864234) is unknown color: approx Prairie Sand. HEX triplet: 86, 42 and 34. RGB value is (134,66,52). Sum of RGB (Red+Green+Blue) = 134+66+52=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #864234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864234 is #79BDCB. Grayscale: #545454. Windows color (decimal): -7978444 or 3424902. OLE color: 3424902.

HSL color Cylindrical-coordinate representation of color #864234: hue angle of 10.24º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #864234 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1346652-
CMYK00.510.610.47
HSL10.24º44.09%36.47%-
HSV(B)10.24º61.19%52.55%-
XYZ12.49.214.37-
YUV84.74109.53163.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=53.17%
G=26.19%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134665200.510.610.4710.2444.0936.47
Hex8642340333D2Fa2c24
Octal206102640637557125444
Binary10000110100001011010001100111111011011111010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864234; }

 p { color: rgb(134,66,52); }

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

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

 a { background-color: rgb(134,66,52); }

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

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

 span { border-color: rgb(134,66,52); }

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