#863B34

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

Shades of Prairie Sand #863B34

Tints of Prairie Sand #863B34

Color information

#863B34 (or 0x863B34) is unknown color: approx Prairie Sand. HEX triplet: 86, 3B and 34. RGB value is (134,59,52). Sum of RGB (Red+Green+Blue) = 134+59+52=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #863B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B34 is #79C4CB. Grayscale: #505050. Windows color (decimal): -7980236 or 3423110. OLE color: 3423110.

HSL color Cylindrical-coordinate representation of color #863B34: hue angle of 5.12º 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 #863B34 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1345952-
CMYK00.560.610.47
HSL5.12º44.09%36.47%-
HSV(B)5.12º61.19%52.55%-
XYZ12.028.444.25-
YUV80.63111.85166.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=54.69%
G=24.08%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134595200.560.610.475.1244.0936.47
Hex863B340383D2F52c24
Octal2067364070755755444
Binary100001101110111101000111000111101101111101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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