#863D33

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

Shades of Prairie Sand #863D33

Tints of Prairie Sand #863D33

Color information

#863D33 (or 0x863D33) is unknown color: approx Prairie Sand. HEX triplet: 86, 3D and 33. RGB value is (134,61,51). Sum of RGB (Red+Green+Blue) = 134+61+51=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #863D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D33 is #79C2CC. Grayscale: #515151. Windows color (decimal): -7979725 or 3358086. OLE color: 3358086.

HSL color Cylindrical-coordinate representation of color #863D33: hue angle of 7.23º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863D33 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1346151-
CMYK00.540.620.47
HSL7.23º44.86%36.27%-
HSV(B)7.23º61.94%52.55%-
XYZ12.18.644.16-
YUV81.69110.68165.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=54.47%
G=24.80%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134615100.540.620.477.2344.8636.27
Hex863D330363E2F72d24
Octal2067563066765775544
Binary100001101111011100110110110111110101111111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863D33; }

 p { color: rgb(134,61,51); }

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

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

 a { background-color: rgb(134,61,51); }

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

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

 span { border-color: rgb(134,61,51); }

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